From ff54ea562e17cbc73dfa463de9d51b2cf146071f Mon Sep 17 00:00:00 2001 From: Antoine van der Lee Date: Fri, 3 Jun 2016 11:47:35 +0200 Subject: [PATCH] Version bump to 1.0.4 --- Example/Changelog.md | 4 ++-- Moya-SwiftyJSONMapper.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Example/Changelog.md b/Example/Changelog.md index 484e170..5effeaf 100755 --- a/Example/Changelog.md +++ b/Example/Changelog.md @@ -1,3 +1,3 @@ -# 1.0.3 +# 1.0.4 -- Podspec fix to update to the latest RxSwift \ No newline at end of file +- Podspec fix to make sure the latest RxSwift version is used \ No newline at end of file diff --git a/Moya-SwiftyJSONMapper.podspec b/Moya-SwiftyJSONMapper.podspec index 947b7f8..cfde19f 100644 --- a/Moya-SwiftyJSONMapper.podspec +++ b/Moya-SwiftyJSONMapper.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = "Moya-SwiftyJSONMapper" - s.version = "1.0.3" + s.version = "1.0.4" s.summary = "Map objects through SwiftyJSON in combination with Moya" s.description = <<-EOS [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON) bindings for