From 644d70103d1e2a773a07bb87af9cf71ff6f12dfb Mon Sep 17 00:00:00 2001 From: Jing Wei Li Date: Fri, 24 Aug 2018 16:02:48 -0400 Subject: [PATCH] Version 1.1 Completed --- .swift-version | 2 +- JLActivityIndicator.podspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.swift-version b/.swift-version index 4d0dcda..5186d07 100644 --- a/.swift-version +++ b/.swift-version @@ -1 +1 @@ -4.1.2 +4.0 diff --git a/JLActivityIndicator.podspec b/JLActivityIndicator.podspec index 822dd88..9856dc6 100644 --- a/JLActivityIndicator.podspec +++ b/JLActivityIndicator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'JLActivityIndicator' - s.version = '1.0.1' + s.version = '1.1' s.summary = 'An iOS Activity Indicator Capable of Drawing Custom Paths!' s.description = 'This activity indicator allows you to supply any image or UIBezierPath to the indicator, creating amazing loading effects!'