From 340383afc8e7ac457c970a92caf374276cd19c48 Mon Sep 17 00:00:00 2001 From: Prominence Date: Sat, 4 Aug 2018 19:20:15 +0300 Subject: [PATCH] Documentation was updated. --- docs/Release_1.1.md | 4 ++-- docs/SNAPSHOT.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Release_1.1.md b/docs/Release_1.1.md index 36b49b8..fef8ac7 100644 --- a/docs/Release_1.1.md +++ b/docs/Release_1.1.md @@ -11,14 +11,14 @@ com.github.prominence openweathermap-api - 1.0-SNAPSHOT + 1.1 ``` ### Gradle coordinates: ```groovy -compile('com.github.prominence:openweathermap-api:1.0-SNAPSHOT') +compile('com.github.prominence:openweathermap-api:1.1') ``` ### How to use: diff --git a/docs/SNAPSHOT.md b/docs/SNAPSHOT.md index 36b49b8..cc033a4 100644 --- a/docs/SNAPSHOT.md +++ b/docs/SNAPSHOT.md @@ -11,14 +11,14 @@ com.github.prominence openweathermap-api - 1.0-SNAPSHOT + 1.1-SNAPSHOT ``` ### Gradle coordinates: ```groovy -compile('com.github.prominence:openweathermap-api:1.0-SNAPSHOT') +compile('com.github.prominence:openweathermap-api:1.1-SNAPSHOT') ``` ### How to use: