Version 1.0.0

This commit is contained in:
Erik C. Thauvin 2025-03-16 20:10:17 -07:00
parent a748e4139c
commit 8ebcca5bfe
Signed by: erik
GPG key ID: 776702A6A2DA330E
6 changed files with 10 additions and 10 deletions

View file

@ -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'
}
```