Skip to content

Commit

Permalink
Updated the version number in AbstractZipArchive
Browse files Browse the repository at this point in the history
  • Loading branch information
Grandt committed Aug 10, 2014
1 parent 682dbfb commit 43bd00b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Zip/Core/AbstractZipArchive.php
Expand Up @@ -24,7 +24,7 @@

abstract class AbstractZipArchive extends AbstractZipWriter {
const APP_NAME = 'PHPZip';
const VERSION = "2.0.3";
const VERSION = "2.0.6";
const MIN_PHP_VERSION = 5.3; // for namespaces

const CONTENT_TYPE = 'application/zip';
Expand Down
1 change: 0 additions & 1 deletion src/Zip/File/Zip.php
Expand Up @@ -12,7 +12,6 @@

use com\grandt\BinStringStatic;
use PHPZip\Zip\Core\AbstractZipArchive;
use PHPZip\Zip\Core\ZipUtils;

class Zip extends AbstractZipArchive {

Expand Down

0 comments on commit 43bd00b

Please sign in to comment.