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 2022-11-04 19:00:57 +13:00
parent 971be6b35b
commit 4d6f017dab
3 changed files with 3 additions and 3 deletions

2
bin/n
View File

@ -61,7 +61,7 @@ function n_grep() {
# Setup and state
#
VERSION="v9.0.1"
VERSION="v9.0.2-0"
N_PREFIX="${N_PREFIX-/usr/local}"
N_PREFIX=${N_PREFIX%/}

2
package-lock.json generated
View File

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

View File

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