From 8ad6cd3bc76fc674f7faf3d8cf2f4d6e7d1849c3 Mon Sep 17 00:00:00 2001 From: Troy Connor Date: Mon, 11 Jun 2018 14:07:43 -0400 Subject: [PATCH] [package]Update package.json to 2.1.12 --- bin/n | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/n b/bin/n index 0f43f48..f98507f 100755 --- a/bin/n +++ b/bin/n @@ -4,7 +4,7 @@ # Setup. # -VERSION="2.1.11" +VERSION="2.1.12" N_PREFIX=${N_PREFIX-/usr/local} BASE_VERSIONS_DIR=$N_PREFIX/n/versions diff --git a/package.json b/package.json index 979fa97..219caef 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "n", "description": "Interactively Manage All Your Node Versions", - "version": "2.1.11", + "version": "2.1.12", "author": "TJ Holowaychuk ", "homepage": "https://github.com/tj/n", "bugs": "https://github.com/tj/n/issues",