From fd18a749b9ac60c531764cd75de0a3395c8078ce Mon Sep 17 00:00:00 2001 From: Yosuke Ishikawa Date: Wed, 25 Jul 2018 22:04:28 +0900 Subject: [PATCH] Set version 4.0.0 --- APIKit.podspec | 2 +- Sources/APIKit/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/APIKit.podspec b/APIKit.podspec index 66f1c988..4a32f309 100644 --- a/APIKit.podspec +++ b/APIKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "APIKit" - s.version = "3.2.1" + s.version = "4.0.0" s.summary = "Type-safe networking abstraction layer that associates request type with response type." s.homepage = "https://github.com/ishkawa/APIKit" diff --git a/Sources/APIKit/Info.plist b/Sources/APIKit/Info.plist index d53476e7..0e9f1f71 100644 --- a/Sources/APIKit/Info.plist +++ b/Sources/APIKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.2 + 4.0.0 CFBundleSignature ???? CFBundleVersion