Documentation was updated.

This commit is contained in:
Prominence 2018-08-04 19:20:15 +03:00
parent 6ffa524ce7
commit 340383afc8
2 changed files with 4 additions and 4 deletions

View File

@ -11,14 +11,14 @@
<dependency> <dependency>
<groupId>com.github.prominence</groupId> <groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId> <artifactId>openweathermap-api</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.1</version>
</dependency> </dependency>
``` ```
### Gradle coordinates: ### Gradle coordinates:
```groovy ```groovy
compile('com.github.prominence:openweathermap-api:1.0-SNAPSHOT') compile('com.github.prominence:openweathermap-api:1.1')
``` ```
### How to use: ### How to use:

View File

@ -11,14 +11,14 @@
<dependency> <dependency>
<groupId>com.github.prominence</groupId> <groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId> <artifactId>openweathermap-api</artifactId>
<version>1.0-SNAPSHOT</version> <version>1.1-SNAPSHOT</version>
</dependency> </dependency>
``` ```
### Gradle coordinates: ### Gradle coordinates:
```groovy ```groovy
compile('com.github.prominence:openweathermap-api:1.0-SNAPSHOT') compile('com.github.prominence:openweathermap-api:1.1-SNAPSHOT')
``` ```
### How to use: ### How to use: