Skip to content

Commit 1af58dd

Browse files
Update version in readme
1 parent 508c2fb commit 1af58dd

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
@@ -468,14 +468,14 @@ Before submitting any pull request, please ensure you have run the included test
468468
ObjectMapper can be added to your project using [CocoaPods 0.36 or later](http://blog.cocoapods.org/Pod-Authors-Guide-to-CocoaPods-Frameworks/) by adding the following line to your `Podfile`:
469469

470470
```ruby
471-
pod 'ObjectMapper', '~> 3.4'
471+
pod 'ObjectMapper', '~> 3.5' (check releases to make sure this is the latest version)
472472
```
473473

474474
### Carthage
475475
If you're using [Carthage](https://github.com/Carthage/Carthage) you can add a dependency on ObjectMapper by adding it to your `Cartfile`:
476476

477477
```
478-
github "tristanhimmelman/ObjectMapper" ~> 3.4
478+
github "tristanhimmelman/ObjectMapper" ~> 3.5 (check releases to make sure this is the latest version)
479479
```
480480

481481
### Swift Package Manager

0 commit comments

Comments
 (0)