From 956202bfa5b27a89f5c435640590188524889225 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 23 Sep 2016 13:46:41 +0200 Subject: [PATCH] Release 0.3.0 Signed-off-by: Christian Weiske --- ChangeLog | 6 ++++++ build.xml | 2 +- src/shpub/Cli.php | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index f4905c7..e0bf898 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-09-23 Christian Weiske + + * Improved URL file upload type detection + * Display JSON error messages nicely + * Version 0.3.0 + 2016-09-21 Christian Weiske * Fix generic post options diff --git a/build.xml b/build.xml index 5ad2c60..889f8a3 100644 --- a/build.xml +++ b/build.xml @@ -1,7 +1,7 @@ - + diff --git a/src/shpub/Cli.php b/src/shpub/Cli.php index 19f93d7..6935c1c 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.1'; + $optParser->version = '0.3.0'; $optParser->subcommand_required = true; $optParser->addOption( -- 2.30.2