From b36bfeac3dbde731f3d88ed694cf4aeafd6fd6a4 Mon Sep 17 00:00:00 2001 From: Alannah Kearney Date: Fri, 24 May 2019 13:29:08 +1000 Subject: [PATCH] Updated README and CHANGELOG for 1.0.3 release --- README.md | 4 ++-- composer.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8823ce..ee87be8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PHP Helpers: Command-line Input and Input Type Handlers -- Version: v1.0.2 -- Date: May 23 2019 +- Version: v1.0.3 +- Date: May 24 2019 - [Release notes](https://github.com/pointybeard/helpers-cli-input/blob/master/CHANGELOG.md) - [GitHub repository](https://github.com/pointybeard/helpers-cli-input) diff --git a/composer.json b/composer.json index 9bfb571..a9f6972 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "pointybeard/helpers-cli-input", - "version": "1.0.2", + "version": "1.0.3", "description": "Collection of classes for handling argv (and other) input when calling command-line scripts. Helps with parsing, collecting and validating arguments, options, and flags.", "homepage": "https://github.com/pointybeard/helpers-cli-input", "license": "MIT",