Version 1.0.1

This commit is contained in:
Erik C. Thauvin 2023-11-26 05:04:46 -08:00
parent 2e82c4d849
commit 080e7c57bb
5 changed files with 6 additions and 13 deletions

View file

@ -67,7 +67,7 @@ To use with [bld](https://rife2.com/bld), include the following dependency in yo
repositories = List.of(MAVEN_CENTRAL, SONATYPE_SNAPSHOTS_LEGACY);
scope(compile)
.include("net.thauvin.erik:isgd-shorten:1.0.0");
.include("net.thauvin.erik:isgd-shorten:1.0.`");
```
### Gradle
@ -81,7 +81,7 @@ repositories {
}
dependencies {
implementation("net.thauvin.erik:isgd-shorten:1.0.0")
implementation("net.thauvin.erik:isgd-shorten:1.0.1")
}
```