Skip to content

Commit

Permalink
version 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
belaviyo committed Aug 10, 2017
1 parent 9f421eb commit 3b88088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b88088

Please sign in to comment.