diff --git a/bin/n b/bin/n index 41e3d62..eb276a2 100755 --- a/bin/n +++ b/bin/n @@ -61,7 +61,7 @@ function n_grep() { # Setup and state # -VERSION="v9.2.1" +VERSION="v9.2.0" N_PREFIX="${N_PREFIX-/usr/local}" N_PREFIX=${N_PREFIX%/} diff --git a/package-lock.json b/package-lock.json index e2bf1bf..18a1dc4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "n", - "version": "9.2.1", + "version": "9.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 019307a..fcfd41a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "n", "description": "Interactively Manage All Your Node Versions", - "version": "9.2.1", + "version": "9.2.0", "author": "TJ Holowaychuk ", "homepage": "https://github.com/tj/n", "bugs": "https://github.com/tj/n/issues",