diff options
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | zipstream.php | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -ZipStream 0.2.0 README +ZipStream 0.2.1 README ====================== Please see the file COPYING for licensing and warranty information. The diff --git a/zipstream.php b/zipstream.php index fdf923c..a004277 100644 --- a/zipstream.php +++ b/zipstream.php @@ -79,7 +79,7 @@ # $zip->finish(); # class ZipStream { - const VERSION = '0.2.0'; + const VERSION = '0.2.1'; var $opt = array(), $files = array(), |