From b789214624b6260fbaa51d2a444ccae5c1176454 Mon Sep 17 00:00:00 2001
From: 1024jp <1024jp@wolfrosch.com>
Date: Sun, 12 Nov 2017 22:32:43 +0900
Subject: [PATCH] Update version to 4.0.4
---
CHANGELOG.md | 8 ++++++++
GzipSwift.podspec | 2 +-
Project/Info.plist | 2 +-
3 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d2f09b..12226da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
Change Log
==========================
+4.0.4
+--------------------------
+
+### Fixes
+
+- Fix CocoaPods distribution.
+
+
4.0.3
--------------------------
diff --git a/GzipSwift.podspec b/GzipSwift.podspec
index 97f1e0b..a559a25 100644
--- a/GzipSwift.podspec
+++ b/GzipSwift.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GzipSwift"
- s.version = "4.0.3"
+ s.version = "4.0.4"
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 0e621fc..32b74cf 100644
--- a/Project/Info.plist
+++ b/Project/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 4.0.3
+ 4.0.4
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSHumanReadableCopyright