From: Christian Weiske Date: Wed, 21 Sep 2016 11:21:12 +0000 (+0200) Subject: Release 0.2.1 X-Git-Tag: v0.2.1^0 X-Git-Url: https://git.cweiske.de/shpub.git/commitdiff_plain/f5d5beae735bad2ba8a855c93f55e1c2b11f0244 Release 0.2.1 --- diff --git a/ChangeLog b/ChangeLog index e356678..f4905c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-09-21 Christian Weiske + + * Fix generic post options + * Version 0.2.1 + 2016-09-20 Christian Weiske * Support for media endpoints diff --git a/build.xml b/build.xml index 3fb0347..5ad2c60 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index b335b53..19f93d7 100644 --- a/src/shpub/Cli.php +++ b/src/shpub/Cli.php @@ -91,7 +91,7 @@ class Cli $optParser = new \Console_CommandLine(); $optParser->name = 'shpub'; $optParser->description = 'Command line micropub client'; - $optParser->version = '0.2.0'; + $optParser->version = '0.2.1'; $optParser->subcommand_required = true; $optParser->addOption(