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: