Skip to content

Commit a49aec4

Browse files
committed
Prep for 0.5.2
1 parent 323a844 commit a49aec4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ TEST_FILES = test-status.js rectangle.js \
2828

2929
DESTDIR ?=
3030

31-
PKGVERSION ?= 0.5.1
31+
PKGVERSION ?= 0.5.2
3232

3333
# Where any app files are installed
3434
RUNDIR = /usr/share/brewable

makeself.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
NODEEXE=$(which node)
44
BREWTEMPDIR=`mktemp -d /tmp/brewtemp.XXXXXX` || exit 1
55
TARGET=$(pwd)/brewable
6-
VERSION=0.5.1
6+
VERSION=0.5.2
77

88
echo './node brewableserverbundle.js "$@"' > $BREWTEMPDIR/run.sh
99
chmod a+x $BREWTEMPDIR/run.sh

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"clean": "rm -r build/*"
99
},
1010
"name": "brewable",
11-
"version": "0.5.1",
11+
"version": "0.5.2",
1212
"description": "Nodejs version of brewable",
1313
"main": "src/scripts/brewable.js",
1414
"devDependencies": {

0 commit comments

Comments
 (0)