2 Commits

Author SHA1 Message Date
c5b0832d29 Release 0.10.1 2022-01-15 23:22:50 +03:00
b36240765a change job requirements 2022-01-15 23:21:42 +03:00
2 changed files with 3 additions and 3 deletions

View File

@ -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)"

View File

@ -1 +1 @@
version := "0.10.0"
version := "0.10.1"