Version 1.0.0
This commit is contained in:
parent
a748e4139c
commit
8ebcca5bfe
6 changed files with 10 additions and 10 deletions
|
@ -55,7 +55,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(dependency("net.thauvin.erik:pinboard-poster:1.1.1"));
|
||||
.include(dependency("net.thauvin.erik:pinboard-poster:1.2.0"));
|
||||
```
|
||||
Be sure to use the [bld Kotlin extension](https://github.com/rife2/bld-kotlin) in your project.
|
||||
|
||||
|
@ -71,7 +71,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'net.thauvin.erik:pinboard-poster:1.1.1'
|
||||
compile 'net.thauvin.erik:pinboard-poster:1.2.0'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue