diff --git a/ObjectMapper.podspec b/ObjectMapper.podspec index cc900e62..dd50f768 100644 --- a/ObjectMapper.podspec +++ b/ObjectMapper.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ObjectMapper' - s.version = '2.0.0' + s.version = '2.1.0' s.license = 'MIT' s.summary = 'JSON Object mapping written in Swift' s.homepage = 'https://github.com/Hearst-DD/ObjectMapper' diff --git a/README.md b/README.md index 8834cf4c..89c24a7c 100644 --- a/README.md +++ b/README.md @@ -453,12 +453,12 @@ Before submitting any pull request, please ensure you have run the included test 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`: ```ruby -pod 'ObjectMapper', '~> 2.0' +pod 'ObjectMapper', '~> 2.1' ``` If you're using [Carthage](https://github.com/Carthage/Carthage) you can add a dependency on ObjectMapper by adding it to your `Cartfile`: ``` -github "Hearst-DD/ObjectMapper" ~> 2.0 +github "Hearst-DD/ObjectMapper" ~> 2.1 ``` Otherwise, ObjectMapper can be added as a submodule: