Skip to content

Commit

Permalink
bump version to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Vogelzang committed Dec 10, 2016
1 parent ceb9e2e commit 55b1302
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.*
Expand Down
4 changes: 2 additions & 2 deletions SevenSwitch.podspec.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand All @@ -16,7 +16,7 @@
},
"source": {
"git": "https://github.com/bvogelzang/SevenSwitch.git",
"tag": "2.0.0"
"tag": "2.1.0"
},
"platforms": {
"ios": "8.0"
Expand Down

0 comments on commit 55b1302

Please sign in to comment.