From 3ce60c4bfacf4774522988b37baa5bffcdafa8b1 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Mon, 28 Aug 2017 19:57:26 +0200 Subject: [PATCH 1/1] Prepare 0.5.1 --- ChangeLog | 5 +++++ build.xml | 2 +- src/shpub/Cli.php | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3c884d6..abd9b0d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-08-28 Christian Weiske + + * Fix version output: Show correct version + * Version 0.5.1 + 2017-08-28 Christian Weiske * Add connection detail mode to "server" command diff --git a/build.xml b/build.xml index c57735d..8cb1392 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index 6cc77dc..a7e658d 100644 --- a/src/shpub/Cli.php +++ b/src/shpub/Cli.php @@ -95,7 +95,7 @@ class Cli $optParser = new \Console_CommandLine(); $optParser->name = 'shpub'; $optParser->description = 'Command line micropub client'; - $optParser->version = '0.3.0'; + $optParser->version = '0.5.1'; $optParser->subcommand_required = true; $optParser->addOption( -- 2.30.2