Skip to content

Commit

Permalink
Version stepped to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Grandt committed Aug 3, 2014
1 parent 87f061f commit ac807b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]",
"role": "Developer"
},
{
"name": "A. Grandt",
"email": "[email protected]",
Expand All @@ -22,6 +17,11 @@
"name": "Greg Kappatos",
"homepage": "http://websiteconnect.com.au",
"role": "Developer"
},
{
"name": "Adam Schmalhofer",
"email": "[email protected]",
"role": "Developer"
}
],
"require": {
Expand Down
2 changes: 1 addition & 1 deletion src/Zip/Core/AbstractZipArchive.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit ac807b0

Please sign in to comment.