diff options
author | Paul Duncan <pabs@pablotron.org> | 2018-09-03 09:39:02 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2018-09-03 09:54:54 -0400 |
commit | 1fbf6c466dc01d63ba119e4614ef9190ee9d87ff (patch) | |
tree | 09c735cae623eb60995a9fcd2c85c61497a95b1d /src | |
parent | eca42d118e439dc0f3796650e8a68992d513f8ee (diff) | |
download | zipstream-php-1fbf6c466dc01d63ba119e4614ef9190ee9d87ff.tar.bz2 zipstream-php-1fbf6c466dc01d63ba119e4614ef9190ee9d87ff.zip |
add README.mkd, examples/examples.json, and minor comment cleanups
Diffstat (limited to 'src')
-rw-r--r-- | src/ZipStream.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ZipStream.php b/src/ZipStream.php index 437ff1d..8648b9f 100644 --- a/src/ZipStream.php +++ b/src/ZipStream.php @@ -14,6 +14,8 @@ namespace Pablotron\ZipStream; /** * Current version of ZipStream. + * + * @api */ const VERSION = '0.3.0'; |