From 929ffcc3aae288bad2128c36c13c9cd9fe7156a7 Mon Sep 17 00:00:00 2001
From: 1024jp <1024jp@wolfrosch.com>
Date: Wed, 1 Nov 2017 21:48:45 +0900
Subject: [PATCH] Update version number to 4.0.1
---
GzipSwift.podspec | 2 +-
Project/Info.plist | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/GzipSwift.podspec b/GzipSwift.podspec
index 6f0a30c..a07fdfc 100644
--- a/GzipSwift.podspec
+++ b/GzipSwift.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GzipSwift"
- s.version = "4.0.0"
+ s.version = "4.0.1"
s.summary = "Swift framework that enables gzip/gunzip Data using zlib."
s.homepage = "https://github.com/1024jp/GzipSwift"
diff --git a/Project/Info.plist b/Project/Info.plist
index 3972aba..802a18a 100644
--- a/Project/Info.plist
+++ b/Project/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 4.0.0
+ 4.0.1
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSHumanReadableCopyright