Releasing 2.0.0 version.

This commit is contained in:
2021-03-26 02:20:19 +03:00
parent 7ad0f9d415
commit 4c1b079e05
4 changed files with 173 additions and 94 deletions
+2 -2
View File
@@ -26,14 +26,14 @@ Paid:
<dependency>
<groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
</dependency>
```
### Gradle coordinates:
```groovy
compile('com.github.prominence:openweathermap-api:2.0.0-SNAPSHOT')
compile('com.github.prominence:openweathermap-api:2.0.0')
```
### Documentation