From 356521917861be4627db4c4bed21820c1b14ff4c Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 26 May 2019 21:11:52 -0700 Subject: [PATCH] Update references to 1.0.1. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 172df43..45d74e4 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ To install and run from Maven, configure an artifact as follows: net.thauvin.erik pinboard-poster - 1.0.0 + 1.0.1 ``` @@ -51,7 +51,7 @@ To install and run from Gradle, add the following to the build.gradle file: ```gradle dependencies { - compile 'net.thauvin.erik:pinboard-poster:1.0.0' + compile 'net.thauvin.erik:pinboard-poster:1.0.1' } ``` [View Example](https://github.com/ethauvin/pinboard-poster/blob/master/samples/java/build.gradle) @@ -63,7 +63,7 @@ To install and run from Kobalt, add the following to the Build.kt file: ```gradle dependencies { - compile("net.thauvin.erik:pinboard-poster:1.0.0") + compile("net.thauvin.erik:pinboard-poster:1.0.1") } ``` [View Example](https://github.com/ethauvin/pinboard-poster/blob/master/samples/kotlin/kobalt/src/Build.kt)