Skip to content

Commit 55b1302

Browse files
author
Ben Vogelzang
committed
bump version to 2.1.0
1 parent ceb9e2e commit 55b1302

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ iOS7 style drop in replacement for UISwitch
1111
### Cocoapods
1212

1313
```
14-
pod 'SevenSwitch', '~> 2.0'
14+
pod 'SevenSwitch', '~> 2.1'
1515
```
1616

1717
*Swift support was added in version `2.0`. If your project does not support swift you can use `1.4`.*

SevenSwitch.podspec.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "SevenSwitch",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"summary": "iOS7 style drop in replacement for UISwitch.",
55
"homepage": "https://github.com/bvogelzang/SevenSwitch",
66
"screenshots": [
@@ -16,7 +16,7 @@
1616
},
1717
"source": {
1818
"git": "https://github.com/bvogelzang/SevenSwitch.git",
19-
"tag": "2.0.0"
19+
"tag": "2.1.0"
2020
},
2121
"platforms": {
2222
"ios": "8.0"

0 commit comments

Comments
 (0)