Version bump

This commit is contained in:
Alexander Simonov 2013-11-01 16:36:25 +02:00
parent 875bb8ded6
commit 3917dedbb5
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@
=====
* StringIO Support
* Zip64 Support
* Better jRuby Support
* Order of files in the archive can be sorted
* Other small fixes
1.0.0
=====

View File

@ -1,3 +1,3 @@
module Zip
VERSION = '1.0.0'
VERSION = '1.1.0'
end