From: Christian Weiske Date: Wed, 5 Sep 2018 20:20:00 +0000 (+0200) Subject: Release 0.7.1 X-Git-Tag: v0.7.1 X-Git-Url: https://git.cweiske.de/shpub.git/commitdiff_plain Release 0.7.1 --- diff --git a/ChangeLog b/ChangeLog index 0b1e2dc..ed16f59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2018-09-05 Christian Weiske + + * Fix connection callback "me" parameter requirement + * Version 0.7.1 + 2018-02-05 Christian Weiske * Add "--dry-run" option diff --git a/build.xml b/build.xml index 84c7c6e..0f1c6a7 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index 83eb5b6..354af72 100644 --- a/src/shpub/Cli.php +++ b/src/shpub/Cli.php @@ -96,7 +96,7 @@ class Cli $optParser = new \Console_CommandLine(); $optParser->name = 'shpub'; $optParser->description = 'Command line micropub client'; - $optParser->version = '0.7.0'; + $optParser->version = '0.7.1'; $optParser->subcommand_required = true; $optParser->addOption(