Cleanup before 1.0 release

This commit is contained in:
Erik C. Thauvin 2023-09-25 17:06:45 -07:00
parent f6f3c82513
commit b7aee90edd
8 changed files with 37 additions and 13 deletions

View file

@ -16,7 +16,7 @@ repositories {
}
dependencies {
implementation("net.thauvin.erik:isgd-shorten:0.9.2-SNAPSHOT")
implementation("net.thauvin.erik:isgd-shorten:1.0.0")
}
java {