diff --git a/ObjectMapper.podspec b/ObjectMapper.podspec index 0103e725..b39348eb 100644 --- a/ObjectMapper.podspec +++ b/ObjectMapper.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ObjectMapper' - s.version = '0.13' + s.version = '0.14' s.license = 'MIT' s.summary = 'JSON Object mapping written in Swift' s.homepage = 'https://github.com/Hearst-DD/ObjectMapper' diff --git a/ObjectMapper/Info.plist b/ObjectMapper/Info.plist index 5e65e87a..086e74f1 100644 --- a/ObjectMapper/Info.plist +++ b/ObjectMapper/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.13 + 0.14 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index 53fca4ce..c4f27c14 100644 --- a/README.md +++ b/README.md @@ -210,12 +210,12 @@ From this point on, you should open the project using ObjectMapper.xcworkspace a #Installation ObjectMapper can be added to your project using [Cocoapods 0.36 (beta)](http://blog.cocoapods.org/Pod-Authors-Guide-to-CocoaPods-Frameworks/) by adding the following line to your Podfile: ``` -pod 'ObjectMapper', '~> 0.13' +pod 'ObjectMapper', '~> 0.14' ``` If your using [Carthage](https://github.com/Carthage/Carthage) you can add a dependency on ObjectMapper by adding it to your Cartfile: ``` -github "Hearst-DD/ObjectMapper" ~> 0.13 +github "Hearst-DD/ObjectMapper" ~> 0.14 ``` Otherwise, ObjectMapper can be added as a submodule: