Version 1.1.0
This commit is contained in:
parent
fb7f7b3c3a
commit
5caab7adb7
5 changed files with 8 additions and 8 deletions
|
@ -69,7 +69,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.2");
|
||||
.include("net.thauvin.erik:isgd-shorten:1.1.0");
|
||||
```
|
||||
|
||||
## Gradle
|
||||
|
@ -83,7 +83,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("net.thauvin.erik:isgd-shorten:1.0.2")
|
||||
implementation("net.thauvin.erik:isgd-shorten:1.1.0")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue