Preping for 1.0.0 release

This commit is contained in:
Erik C. Thauvin 2022-09-09 11:54:20 -07:00
parent cdba6b7597
commit 8fc2a01d5b
4 changed files with 9 additions and 9 deletions

View file

@ -20,7 +20,7 @@ repositories {
}
dependencies {
implementation("net.thauvin.erik:cryptoprice:1.0.0-SNAPSHOT")
implementation("net.thauvin.erik:cryptoprice:1.0.0")
implementation("org.json:json:20220320")
}