This commit is contained in:
Bryce Covert
2016-06-15 21:24:42 -07:00
parent ab31ac87ad
commit 642eb99cf2
5 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
gawk -i inplace ' { print $1+1; } ' last-release
git tag -a v1.0.`cat last-release` -m "tagging version 1.0.`cat last-release`"
git tag -a v1.1.`cat last-release` -m "tagging version 1.1.`cat last-release`"
lein with-profile steam do clean, compile, uberjar
java -jar packr.jar build-windows.json
java -jar packr.jar build-osx.json