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