From 0f4c63e557ff40b7c921aa7a62cdf538ed87fc99 Mon Sep 17 00:00:00 2001 From: John Gee Date: Fri, 5 Apr 2019 20:34:11 +1300 Subject: [PATCH] Prepare for release --- CHANGELOG.md | 5 +++-- bin/n | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2770987..697b873 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. -## [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. -[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 diff --git a/bin/n b/bin/n index 9444d0a..f08dead 100755 --- a/bin/n +++ b/bin/n @@ -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