diff --git a/EFCountingLabel.podspec b/EFCountingLabel.podspec
index e784b2a..7fa55ad 100644
--- a/EFCountingLabel.podspec
+++ b/EFCountingLabel.podspec
@@ -8,7 +8,7 @@
Pod::Spec.new do |s|
s.name = 'EFCountingLabel'
- s.version = '1.0.2'
+ s.version = '1.0.3'
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 91058c5..e77b5b1 100644
--- a/Example/EFCountingLabel/Info.plist
+++ b/Example/EFCountingLabel/Info.plist
@@ -15,11 +15,11 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 1.0.2
+ 1.0.3
CFBundleSignature
????
CFBundleVersion
- 1.0.2.0
+ 1.0.3.0
LSRequiresIPhoneOS
UILaunchStoryboardName
diff --git a/Example/Pods/Target Support Files/EFCountingLabel/Info.plist b/Example/Pods/Target Support Files/EFCountingLabel/Info.plist
index 12913c3..d0a7950 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.2
+ 1.0.3
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 12913c3..d0a7950 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.2
+ 1.0.3
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 12913c3..d0a7950 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.2
+ 1.0.3
CFBundleSignature
????
CFBundleVersion
diff --git a/README.md b/README.md
index c06e69d..039bf45 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.2'
+pod 'EFCountingLabel', '~> 1.0.3'
```
## Setup