mirror of
https://github.com/tj/n.git
synced 2024-11-21 18:48:57 +01:00
Post-release
This commit is contained in:
parent
7e3e199815
commit
ac4c60b9a8
@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
||||
|
||||
<!-- markdownlint-disable MD024 -->
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [3.0.2] (2019-04-07)
|
||||
|
||||
### Added
|
||||
|
2
bin/n
2
bin/n
@ -4,7 +4,7 @@
|
||||
# Setup.
|
||||
#
|
||||
|
||||
VERSION="3.0.2"
|
||||
VERSION="3.0.3-0"
|
||||
N_PREFIX=${N_PREFIX-/usr/local}
|
||||
BASE_VERSIONS_DIR=$N_PREFIX/n/versions
|
||||
|
||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "n",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3-0",
|
||||
"lockfileVersion": 1
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "n",
|
||||
"description": "Interactively Manage All Your Node Versions",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3-0",
|
||||
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
||||
"homepage": "https://github.com/tj/n",
|
||||
"bugs": "https://github.com/tj/n/issues",
|
||||
|
Loading…
Reference in New Issue
Block a user