0
0
mirror of https://github.com/tj/n.git synced 2024-11-21 18:48:57 +01:00

Bump version post-release

This commit is contained in:
John Gee 2019-08-04 17:03:27 +12:00
parent 82103e75a8
commit f8ab857aa8
3 changed files with 3 additions and 3 deletions

2
bin/n
View File

@ -40,7 +40,7 @@ function echo_red() {
# Setup and state
#
VERSION="6.0.0-0"
VERSION="6.0.0-1"
N_PREFIX="${N_PREFIX-/usr/local}"
N_PREFIX=${N_PREFIX%/}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "n",
"version": "6.0.0-0",
"version": "6.0.0-1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "n",
"description": "Interactively Manage All Your Node Versions",
"version": "6.0.0-0",
"version": "6.0.0-1",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"homepage": "https://github.com/tj/n",
"bugs": "https://github.com/tj/n/issues",