diff --git a/README.md b/README.md index 9f386c9..ad1cd22 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ iOS7 style drop in replacement for UISwitch ### Cocoapods ``` -pod 'SevenSwitch', '~> 2.0' +pod 'SevenSwitch', '~> 2.1' ``` *Swift support was added in version `2.0`. If your project does not support swift you can use `1.4`.* diff --git a/SevenSwitch.podspec.json b/SevenSwitch.podspec.json index c5288ae..0186e06 100644 --- a/SevenSwitch.podspec.json +++ b/SevenSwitch.podspec.json @@ -1,6 +1,6 @@ { "name": "SevenSwitch", - "version": "2.0.0", + "version": "2.1.0", "summary": "iOS7 style drop in replacement for UISwitch.", "homepage": "https://github.com/bvogelzang/SevenSwitch", "screenshots": [ @@ -16,7 +16,7 @@ }, "source": { "git": "https://github.com/bvogelzang/SevenSwitch.git", - "tag": "2.0.0" + "tag": "2.1.0" }, "platforms": { "ios": "8.0"