Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eaba37b

Browse files
authored
update version numbers in README
1 parent 23de3e9 commit eaba37b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ Hassle-free JSON encoding and decoding in Swift
2424

2525
- Simply add the following to your [`Cartfile`](https://github.com/Carthage/Carthage) and run `carthage update`:
2626
```
27-
github "matthewcheok/JSONCodable" ~> 3.0
27+
github "matthewcheok/JSONCodable" ~> 3.0.1
2828
```
2929

3030
- or add the following to your [`Podfile`](http://cocoapods.org/) and run `pod install`:
3131
```
32-
pod 'JSONCodable', '~> 3.0'
32+
pod 'JSONCodable', '~> 3.0.1'
3333
```
3434

3535
- or clone as a git submodule,

0 commit comments

Comments
 (0)