Cleanup before 1.0 release

This commit is contained in:
Erik C. Thauvin 2023-09-25 15:11:56 -07:00
parent 3b0b42302c
commit 49ddd1b8c1
258 changed files with 184 additions and 7156 deletions

View file

@ -17,7 +17,7 @@ repositories {
}
dependencies {
implementation("net.thauvin.erik:bitly-shorten:0.9.4-SNAPSHOT")
implementation("net.thauvin.erik:bitly-shorten:1.0.0")
implementation("org.json:json:20230618")
}