Version bump

This commit is contained in:
Alexander Simonov 2014-04-06 18:54:23 +03:00
parent 337a923138
commit 47ef890de6
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
1.1.3
=====
* Fix compatibility of ::OutputStream::write_buffer (@orien)
* Clean up tempfiles from output stream (@iangreenleaf)
1.1.2
=====

View File

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