From 4712d0fbe1cd763ba25596d78b437dfe146b002e Mon Sep 17 00:00:00 2001 From: EyreFree Date: Mon, 15 May 2017 17:45:07 +0800 Subject: [PATCH] 1.0.2 --- EFCountingLabel.podspec | 2 +- Example/EFCountingLabel/Info.plist | 4 ++-- Example/Pods/Target Support Files/EFCountingLabel/Info.plist | 2 +- .../Pods-EFCountingLabel_Example/Info.plist | 2 +- .../Pods-EFCountingLabel_Tests/Info.plist | 2 +- README.md | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/EFCountingLabel.podspec b/EFCountingLabel.podspec index 863a1a0..e784b2a 100644 --- a/EFCountingLabel.podspec +++ b/EFCountingLabel.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'EFCountingLabel' - s.version = '1.0.1' + s.version = '1.0.2' s.summary = 'A label which can show number change animated.' # This description is used to generate tags and improve search results. diff --git a/Example/EFCountingLabel/Info.plist b/Example/EFCountingLabel/Info.plist index fe3aab7..91058c5 100644 --- a/Example/EFCountingLabel/Info.plist +++ b/Example/EFCountingLabel/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.0.1 + 1.0.2 CFBundleSignature ???? CFBundleVersion - 1.0.1.0 + 1.0.2.0 LSRequiresIPhoneOS UILaunchStoryboardName diff --git a/Example/Pods/Target Support Files/EFCountingLabel/Info.plist b/Example/Pods/Target Support Files/EFCountingLabel/Info.plist index 9f8b874..12913c3 100644 --- a/Example/Pods/Target Support Files/EFCountingLabel/Info.plist +++ b/Example/Pods/Target Support Files/EFCountingLabel/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.1 + 1.0.2 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Info.plist b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Info.plist index 9f8b874..12913c3 100644 --- a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Info.plist +++ b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Example/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.1 + 1.0.2 CFBundleSignature ???? CFBundleVersion diff --git a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Info.plist b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Info.plist index 9f8b874..12913c3 100644 --- a/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Info.plist +++ b/Example/Pods/Target Support Files/Pods-EFCountingLabel_Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.1 + 1.0.2 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index db61997..c06e69d 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ EFCountingLabel is available through [CocoaPods](http://cocoapods.org). To insta it, simply add the following line to your Podfile: ```ruby -pod 'EFCountingLabel', '~> 1.0.1' +pod 'EFCountingLabel', '~> 1.0.2' ``` ## Setup