mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-07-07 02:45:52 +00:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c5b0832d29 | |||
b36240765a |
4
Makefile
4
Makefile
@ -15,10 +15,10 @@ compile: clean
|
|||||||
format:
|
format:
|
||||||
sbt scalafmt
|
sbt scalafmt
|
||||||
|
|
||||||
dist: tests version
|
dist: tests
|
||||||
sbt dist
|
sbt dist
|
||||||
|
|
||||||
push: dist
|
push: version dist
|
||||||
git add version.sbt
|
git add version.sbt
|
||||||
git commit -m "Release $(VERSION)"
|
git commit -m "Release $(VERSION)"
|
||||||
git tag "$(VERSION)"
|
git tag "$(VERSION)"
|
||||||
|
@ -1 +1 @@
|
|||||||
version := "0.10.0"
|
version := "0.10.1"
|
||||||
|
Reference in New Issue
Block a user