diff --git a/VERSION b/VERSION index ef52a64..8f0916f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.4.6 +0.5.0 diff --git a/composer.json b/composer.json index c2d0411..3ba49b6 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "nelson6e65/php_nml", "description": "PHP: Nelson Martell Library", + "version": "0.5.0", "type": "library", "keywords": ["framework"], "homepage": "http://nelson6e65.github.io/php_nml", diff --git a/src/constants.php b/src/constants.php index 2aaac9b..3ea88fd 100644 --- a/src/constants.php +++ b/src/constants.php @@ -34,7 +34,7 @@ * @constant string * @since v0.4.4 */ -define('NML_VERSION', '0.4.6'); +define('NML_VERSION', '0.5.0'); // #############################################################################