From 553b9462d41a8125dc441b0dcb8e90fb365de79f Mon Sep 17 00:00:00 2001 From: Joe Ertaba Date: Tue, 3 Oct 2017 12:53:57 +0330 Subject: [PATCH] v0.3.0 --- config.js | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 89f9946..bc601d8 100644 --- a/config.js +++ b/config.js @@ -2,7 +2,7 @@ 'use strict'; exports.id = 'com.add0n.native_client'; -exports.version = '0.2.9'; +exports.version = '0.3.0'; exports.ids = { chrome: [ diff --git a/install.sh b/install.sh index 26ce237..033a2d0 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -cd ./app +cd "$(dirname "$0")/app" which node 2>/dev/null echo NodeJS status = $?