From c3d981075b83a314445f90e559bd6771ffb239be Mon Sep 17 00:00:00 2001 From: Sho Ikeda Date: Sat, 28 Dec 2019 16:00:39 +0900 Subject: [PATCH] Set version 5.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 ac95ba79..d4d08ba5 100644 --- a/APIKit.podspec +++ b/APIKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "APIKit" - s.version = "5.0.0" + s.version = "5.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 ebe40223..206d86b6 100644 --- a/Sources/APIKit/Info.plist +++ b/Sources/APIKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.0.0 + 5.1.0 CFBundleSignature ???? CFBundleVersion