Version 1.0.1
This commit is contained in:
parent
2e82c4d849
commit
080e7c57bb
5 changed files with 6 additions and 13 deletions
|
@ -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")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue