Version update.
This commit is contained in:
parent
5317ea2615
commit
7826fbb2e5
1 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ To install and run from Maven, configure an artifact as follows:
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>net.thauvin.erik</groupId>
|
<groupId>net.thauvin.erik</groupId>
|
||||||
<artifactId>pinboard-poster</artifactId>
|
<artifactId>pinboard-poster</artifactId>
|
||||||
<version>0.9.1</version>
|
<version>0.9.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ To install and run from Gradle, add the following to the build.gradle file:
|
||||||
|
|
||||||
```gradle
|
```gradle
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'net.thauvin.erik:pinboard-poster:0.9.1'
|
compile 'net.thauvin.erik:pinboard-poster:0.9.2'
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ To install and run from Kobalt, add the following to the Build.kt file:
|
||||||
|
|
||||||
```gradle
|
```gradle
|
||||||
dependencies {
|
dependencies {
|
||||||
compile("net.thauvin.erik:pinboard-poster:0.9.1")
|
compile("net.thauvin.erik:pinboard-poster:0.9.2")
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue