From 3b88088e6faf71f47d82aecdf1b0aa9762f23be6 Mon Sep 17 00:00:00 2001 From: Joe Ertaba Date: Thu, 10 Aug 2017 14:50:17 +0430 Subject: [PATCH] version 0.2.6 --- config.js | 2 +- install.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 54f6cf5..b771402 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,7 @@ 'use strict'; exports.id = 'com.add0n.native_client'; -exports.version = '0.2.5'; +exports.version = '0.2.6'; exports.ids = { chrome: [ diff --git a/install.sh b/install.sh index a7ce366..9929a53 100755 --- a/install.sh +++ b/install.sh @@ -3,6 +3,7 @@ cd ./app which node 2>/dev/null +echo NodeJS status = $? if [ $? -eq 0 ]; then node -e "process.exit(Number(process.version.substr(1).split('.')[0]) > 5 ? 0 : 1)" fi