switches to 1.0

This commit is contained in:
Bryce Covert
2016-06-02 20:28:59 -07:00
parent c80d196207
commit e982fb5578
3 changed files with 8 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
gawk -i inplace ' { print $1+1; } ' last-release
git tag -a v0.1.`cat last-release` -m "tagging version 0.1.`cat last-release`"
git tag -a v1.0.`cat last-release` -m "tagging version 1.0.`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