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",