We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 986af73 commit 12f88e8Copy full SHA for 12f88e8
VERSION
@@ -1 +1 @@
1
-0.4.6
+0.5.0
composer.json
@@ -1,6 +1,7 @@
{
2
"name": "nelson6e65/php_nml",
3
"description": "PHP: Nelson Martell Library",
4
+ "version": "0.5.0",
5
"type": "library",
6
"keywords": ["framework"],
7
"homepage": "http://nelson6e65.github.io/php_nml",
src/constants.php
@@ -34,7 +34,7 @@
34
* @constant string
35
* @since v0.4.4
36
*/
37
-define('NML_VERSION', '0.4.6');
+define('NML_VERSION', '0.5.0');
38
39
40
// #############################################################################
0 commit comments