From: Christian Weiske Date: Wed, 7 Sep 2016 21:17:59 +0000 (+0200) Subject: Release 0.0.2 X-Git-Tag: v0.0.2 X-Git-Url: https://git.cweiske.de/shpub.git/commitdiff_plain/e843188818be2f857712553cb0f863a72e7cc4cc Release 0.0.2 --- diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..df147ff --- /dev/null +++ b/ChangeLog @@ -0,0 +1,10 @@ +2016-09-07 Christian Weiske + + * Make shpub work with known + * Version 0.0.2 + +2016-09-07 Christian Weiske + + * First version + * Version 0.0.1 + diff --git a/build.xml b/build.xml index 6f0ed5c..bb5844e 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index 44cf8c8..f807d32 100644 --- a/src/shpub/Cli.php +++ b/src/shpub/Cli.php @@ -105,7 +105,7 @@ class Cli { $optParser = new \Console_CommandLine(); $optParser->description = 'shpub'; - $optParser->version = '0.0.0'; + $optParser->version = '0.0.2'; $optParser->subcommand_required = true; $optParser->addOption(