From 0d15c0d1a8e0ad1914dc8136f41afa1fa95e7818 Mon Sep 17 00:00:00 2001 From: Syo Ikeda Date: Fri, 17 Feb 2017 09:05:48 +0900 Subject: [PATCH] Release 3.0.1 --- Himotoki.podspec | 2 +- Sources/Info.plist | 2 +- Tests/HimotokiTests/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Himotoki.podspec b/Himotoki.podspec index 80f1c9f..4ee061b 100644 --- a/Himotoki.podspec +++ b/Himotoki.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Himotoki" - s.version = "3.0.0" + s.version = "3.0.1" s.summary = "A type-safe JSON decoding library purely written in Swift" s.description = <<-DESC Himotoki (紐解き) is a type-safe JSON decoding library purely written in Swift. This library is highly inspired by popular JSON parsing libraries in Swift: [Argo](https://github.com/thoughtbot/Argo) and [ObjectMapper](https://github.com/Hearst-DD/ObjectMapper). diff --git a/Sources/Info.plist b/Sources/Info.plist index 573226e..caf6227 100644 --- a/Sources/Info.plist +++ b/Sources/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleSignature ???? CFBundleVersion diff --git a/Tests/HimotokiTests/Info.plist b/Tests/HimotokiTests/Info.plist index b75bb84..7a84bdd 100644 --- a/Tests/HimotokiTests/Info.plist +++ b/Tests/HimotokiTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleSignature ???? CFBundleVersion