Skip to content

Commit cb4025b

Browse files
authored
Update README.md
1 parent 49e0c94 commit cb4025b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Just clone and add the following Swift files to your project:
3838
- `nano Podfile`, add:
3939
```
4040
use_frameworks!
41-
pod 'CollapsibleTableSectionViewController', '~> 0.0.7'
41+
pod 'CollapsibleTableSectionViewController', '~> 0.0.9'
4242
```
4343
- Save it: `ctrl-x`, `y`, `enter`
4444
- `pod update`
@@ -48,7 +48,7 @@ pod 'CollapsibleTableSectionViewController', '~> 0.0.7'
4848
### Carthage
4949

5050
* `nano Cartfile`
51-
* put `github "jeantimex/CollapsibleTableSectionViewController" ~> 0.0.7` into Cartfile
51+
* put `github "jeantimex/CollapsibleTableSectionViewController" ~> 0.0.9` into Cartfile
5252
* Save it: `ctrl-x`, `y`, `enter`
5353
* Run `carthage update`
5454
* Copy `CollapsibleTableSectionViewController.framework` from `Carthage/Build/iOS` to your project

0 commit comments

Comments
 (0)