Version bump
This commit is contained in:
parent
875bb8ded6
commit
3917dedbb5
|
@ -2,6 +2,10 @@
|
||||||
=====
|
=====
|
||||||
|
|
||||||
* StringIO Support
|
* StringIO Support
|
||||||
|
* Zip64 Support
|
||||||
|
* Better jRuby Support
|
||||||
|
* Order of files in the archive can be sorted
|
||||||
|
* Other small fixes
|
||||||
|
|
||||||
1.0.0
|
1.0.0
|
||||||
=====
|
=====
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module Zip
|
module Zip
|
||||||
VERSION = '1.0.0'
|
VERSION = '1.1.0'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue