0
0
mirror of https://github.com/tj/n.git synced 2024-11-24 19:46:56 +01:00

Prepare for release

This commit is contained in:
John Gee 2019-04-05 20:34:11 +13:00
parent 756dc20ed9
commit 0f4c63e557
2 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- markdownlint-disable MD024 -->
## [Unreleased] (date goes here)
## [3.0.1] (2019-04-05)
### Added
@ -77,5 +77,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
<!-- reference links for releases -->
[3.0.0]: https://github.com/tj/n/compare/v2.1.12...3.0.0
[Unreleased]: https://github.com/tj/n/compare/master...develop
[3.0.1]: https://github.com/tj/n/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/tj/n/compare/v2.1.12...v3.0.0

2
bin/n
View File

@ -4,7 +4,7 @@
# Setup.
#
VERSION="3.0.1-0"
VERSION="3.0.1"
N_PREFIX=${N_PREFIX-/usr/local}
BASE_VERSIONS_DIR=$N_PREFIX/n/versions