Version bump

This commit is contained in:
Alexander Simonov 2014-05-30 20:11:33 +03:00
parent c76e1a51ef
commit 6b77562d32
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
1.1.4
=====
* Don't send empty string to stream (@mrloop)
* Zip::Entry::DEFLATED was forced on every file (@mehmetc)
* Alias for legacy error names (@orien)
1.1.3
=====

View File

@ -1,3 +1,3 @@
module Zip
VERSION = '1.1.3'
VERSION = '1.1.4'
end