Skip to content

Commit d82a60f

Browse files
committed
Prepare v0.7.1 release
1 parent f8b3814 commit d82a60f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
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.7.1 (WIP)
4+
### Release 0.7.1 (2018-12-23)
55

66
#### :star: Important changes
77

@@ -15,7 +15,7 @@ Release notes for *PHP: Nelson Martell Library*.
1515

1616
#### More changes
1717

18-
See [changes since v0.7.0](https://github.com/nelson6e65/php_nml/compare/v0.7.0...master?w=1) for more detailed info.
18+
See [changes since v0.7.0](https://github.com/nelson6e65/php_nml/compare/v0.7.0...v0.7.1?w=1) for more detailed info.
1919

2020

2121

VERSION

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

src/constants.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* @constant string
3535
* @since 0.4.4
3636
*/
37-
define('NML_VERSION', '0.7.1-dev');
37+
define('NML_VERSION', '0.7.1');
3838

3939

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

0 commit comments

Comments
 (0)