Skip to content

Commit

Permalink
Update version to 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Nov 12, 2017
1 parent 470bc4e commit b789214
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@
Change Log
==========================

4.0.4
--------------------------

### Fixes

- Fix CocoaPods distribution.


4.0.3
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion 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"
Expand Down
2 changes: 1 addition & 1 deletion Project/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0.3</string>
<string>4.0.4</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down

0 comments on commit b789214

Please sign in to comment.