From 0db7c2ade12bf2bb3335c75102cdd5100912981b Mon Sep 17 00:00:00 2001 From: David Date: Tue, 26 Jun 2018 19:50:41 -0400 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e156fbc..fcb5897 100644 --- a/README.md +++ b/README.md @@ -21,12 +21,12 @@ For ***snapshots***, add the following repository to your `pom.xml` file. https://oss.sonatype.org/content/repositories/snapshots ``` -The current snapshot version is `1.1.1-SNAPSHOT` from the [master](https://github.com/TheCookieLab/poloniex-api-java) branch. +The current snapshot version is `1.1.2-SNAPSHOT` from the [develop](https://github.com/TheCookieLab/poloniex-api-java) branch. ```xml com.github.thecookielab PoloniexClient - 1.1.1-SNAPSHOT + 1.1.2-SNAPSHOT ```