Skip to content

Commit 6bf792d

Browse files
committed
Prepare v0.6.0 release.
1 parent f54bf7c commit 6bf792d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## CHANGELOG
22
Release notes for *PHP: Nelson Martell Library*.
33

4-
### Release 0.6.0
4+
### Release 0.6.0 (2016-10-06)
55

66
#### Installation changes
77
- :fire: Removed dependencies copy. Now you must install dependencies manually if not using `composer`.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0-dev
1+
0.6.0

src/constants.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828

2929

3030
/**
31-
* Current 'stable' version of `PHP: Nelson Martell Library`.
31+
* Current version of `PHP: Nelson Martell Library` using.
3232
* Can be parsed into a `NelsonMartell\Version` object. ;)
3333
*
3434
* @constant string
3535
* @since v0.4.4
3636
*/
37-
define('NML_VERSION', '0.5.1');
37+
define('NML_VERSION', '0.6.0');
3838

3939

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

0 commit comments

Comments
 (0)