diff --git a/composer.json b/composer.json index 649e475..52cb19f 100644 --- a/composer.json +++ b/composer.json @@ -5,13 +5,8 @@ "keywords": ["phpzip", "zip", "pkzip", "archive", "compressed", "compression", "stream"], "homepage": "https://github.com/Grandt/PHPZip", "license": "GNU LGPL 2.1", - "version": "2.0.1", + "version": "2.0.3", "authors": [ - { - "name": "Adam Schmalhofer", - "email": "Adam.Schmalhofer@gmx.de", - "role": "Developer" - }, { "name": "A. Grandt", "email": "php@grandt.com", @@ -22,6 +17,11 @@ "name": "Greg Kappatos", "homepage": "http://websiteconnect.com.au", "role": "Developer" + }, + { + "name": "Adam Schmalhofer", + "email": "Adam.Schmalhofer@gmx.de", + "role": "Developer" } ], "require": { diff --git a/src/Zip/Core/AbstractZipArchive.php b/src/Zip/Core/AbstractZipArchive.php index 6aa07e3..2f4d849 100644 --- a/src/Zip/Core/AbstractZipArchive.php +++ b/src/Zip/Core/AbstractZipArchive.php @@ -21,7 +21,7 @@ abstract class AbstractZipArchive { const APP_NAME = 'PHPZip'; - const VERSION = "2.0.2"; + const VERSION = "2.0.3"; const MIN_PHP_VERSION = 5.3; // for namespaces const CONTENT_TYPE = 'application/zip';