Update version number to 4.1.0

This commit is contained in:
1024jp 2019-02-15 23:59:55 +09:00
parent ceb7c2c27a
commit 559de2c86c
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Change Log
==========================
4.0.5
4.1.0
--------------------------
### Changes

View File

@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "GzipSwift"
s.version = "4.0.4"
s.version = "4.1.0"
s.summary = "Swift framework that enables gzip/gunzip Data using zlib."
s.homepage = "https://github.com/1024jp/GzipSwift"