diff --git a/Demo/Demo/Info.plist b/Demo/Demo/Info.plist
index 52412be..2498527 100644
--- a/Demo/Demo/Info.plist
+++ b/Demo/Demo/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 2.0.0
+ 3.0.0
CFBundleSignature
????
CFBundleVersion
diff --git a/EasyPull.podspec b/EasyPull.podspec
index 1534fa2..44a172a 100755
--- a/EasyPull.podspec
+++ b/EasyPull.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "EasyPull"
- s.version = "2.0.0"
+ s.version = "3.0.0"
s.summary = "Let pull-to-refresh Easy for any UIScrollView in Swift"
s.homepage = "https://github.com/ronghaopger/EasyPull"
s.license = "MIT"
diff --git a/EasyPull.xcworkspace/xcuserdata/ronghao.xcuserdatad/UserInterfaceState.xcuserstate b/EasyPull.xcworkspace/xcuserdata/ronghao.xcuserdatad/UserInterfaceState.xcuserstate
index c6e23f2..be99d2b 100644
Binary files a/EasyPull.xcworkspace/xcuserdata/ronghao.xcuserdatad/UserInterfaceState.xcuserstate and b/EasyPull.xcworkspace/xcuserdata/ronghao.xcuserdatad/UserInterfaceState.xcuserstate differ
diff --git a/EasyPull/EasyPull/Info.plist b/EasyPull/EasyPull/Info.plist
index 7e7479f..e0f4bf7 100644
--- a/EasyPull/EasyPull/Info.plist
+++ b/EasyPull/EasyPull/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.0.0
+ 3.0.0
CFBundleSignature
????
CFBundleVersion
diff --git a/README.md b/README.md
index 3b7306b..1c8ff11 100644
--- a/README.md
+++ b/README.md
@@ -86,7 +86,7 @@ Or implement the `EasyViewAutomatic` protocol when you prefer the Automatic mode
## Requirements
- iOS 8.0+
-- Swift 3.0 (EasyPull 2.x), Swift 2.x (EasyPull 1.x)
+- Swift 3.0 (EasyPull 3.x), Swift 2.x (EasyPull 1.x)
The main development of EasyPull is based on Swift 3.
@@ -99,7 +99,7 @@ source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
-pod 'EasyPull', '~> 2.0.0'
+pod 'EasyPull', '~> 3.0.0'
```
### Source files