From cc30ad8d9ecbdf36416b1cd4b998d7a09b59645a Mon Sep 17 00:00:00 2001 From: Meritoo Date: Mon, 2 Jul 2018 20:19:29 +0200 Subject: [PATCH] Move version of this package to "VERSION" file (from "composer.json" file) --- CHANGELOG.md | 1 + VERSION | 1 + composer.json | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 VERSION diff --git a/CHANGELOG.md b/CHANGELOG.md index 7504224..03351e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Common and useful classes, methods, exceptions etc. 1. TravisCI > run using PHP 7.2 too 2. ValueObject > class Version > represents version of software +3. Move version of this package to `VERSION` file (from `composer.json` file) # 0.1.0 diff --git a/VERSION b/VERSION new file mode 100644 index 0000000..17e51c3 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +0.1.1 diff --git a/composer.json b/composer.json index 5d5ce07..b1d2418 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,6 @@ "name": "meritoo/common-library", "description": "Useful classes, methods, extensions etc.", "license": "MIT", - "version": "0.1.1", "authors": [ { "name": "Meritoo.pl",