Skip to content

Commit

Permalink
update for version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercactapus committed Mar 27, 2017
1 parent 98a6dbe commit c7c51cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ APP_DIR=`cd "$APP_DIR";pwd`

export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$APP_DIR/lib

cd "$APP_DIR/iris-lib"

exec "$APP_DIR/node" "$APP_DIR/iris-lib/iris.js"

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: clean

VERSION=0.2.7
VERSION=0.3.3
BUILD=1

ARCH=$(shell uname -m)
Expand Down

0 comments on commit c7c51cc

Please sign in to comment.