Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
belaviyo committed Oct 3, 2017
1 parent 4db0dc5 commit 553b946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.9';
exports.version = '0.3.0';

exports.ids = {
chrome: [
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

cd ./app
cd "$(dirname "$0")/app"

which node 2>/dev/null
echo NodeJS status = $?
Expand Down

0 comments on commit 553b946

Please sign in to comment.