Skip to content

Commit 12f88e8

Browse files
committed
add: Prepare v0.5.0 release.
1 parent 986af73 commit 12f88e8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.6
1+
0.5.0

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "nelson6e65/php_nml",
33
"description": "PHP: Nelson Martell Library",
4+
"version": "0.5.0",
45
"type": "library",
56
"keywords": ["framework"],
67
"homepage": "http://nelson6e65.github.io/php_nml",

src/constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* @constant string
3535
* @since v0.4.4
3636
*/
37-
define('NML_VERSION', '0.4.6');
37+
define('NML_VERSION', '0.5.0');
3838

3939

4040
// #############################################################################

0 commit comments

Comments
 (0)