From 22f56c457b54888ddd7a0bed27b77d0ee3eb8b78 Mon Sep 17 00:00:00 2001 From: Yosuke Ishikawa Date: Mon, 29 Oct 2018 23:19:35 +0900 Subject: [PATCH] Set version 4.1.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 4a32f309..7e23ce11 100644 --- a/APIKit.podspec +++ b/APIKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "APIKit" - s.version = "4.0.0" + s.version = "4.1.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 0e9f1f71..517e7de8 100644 --- a/Sources/APIKit/Info.plist +++ b/Sources/APIKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.0.0 + 4.1.0 CFBundleSignature ???? CFBundleVersion