Skip to content

Commit

Permalink
Prep for 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cwilling committed Oct 31, 2017
1 parent f3cb3ac commit 9e10f58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ TEST_FILES = test-status.js rectangle.js \

DESTDIR ?=

PKGVERSION ?= 0.4.2
PKGVERSION ?= 0.4.3

# Where any app files are installed
RUNDIR = /usr/share/brewable
Expand Down
2 changes: 1 addition & 1 deletion makeself.make
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
NODEEXE=$(which node)
BREWTEMPDIR=`mktemp -d /tmp/brewtemp.XXXXXX` || exit 1
TARGET=$(pwd)/brewable
VERSION=0.4.2
VERSION=0.4.3

echo './node brewableserverbundle.js "$@"' > $BREWTEMPDIR/run.sh
chmod a+x $BREWTEMPDIR/run.sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"clean": "rm -r build/*"
},
"name": "brewable",
"version": "0.4.2",
"version": "0.4.3",
"description": "Nodejs version of brewable",
"main": "src/scripts/brewable.js",
"devDependencies": {
Expand Down

0 comments on commit 9e10f58

Please sign in to comment.