From 7826fbb2e5e78125997468a0d627986be98b9d6f Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 8 Nov 2017 11:37:58 -0800 Subject: [PATCH] Version update. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b753a1..ec04161 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 - 0.9.1 + 0.9.2 ``` @@ -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: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 dependencies { - compile("net.thauvin.erik:pinboard-poster:0.9.1") + compile("net.thauvin.erik:pinboard-poster:0.9.2") } ```