Releasing 2.0.1 version.

This commit is contained in:
2021-03-26 23:36:06 +03:00
parent f5d202aee3
commit 4998663298
5 changed files with 261 additions and 7 deletions
+3 -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.1</version>
</dependency>
```
### Gradle coordinates:
```groovy
compile('com.github.prominence:openweathermap-api:2.0.0')
compile('com.github.prominence:openweathermap-api:2.0.1')
```
### Documentation
@@ -41,6 +41,7 @@ compile('com.github.prominence:openweathermap-api:2.0.0')
* [OpenWeatherMap Java API - 1.1](docs/Release_1.1.md)
* [OpenWeatherMap Java API - 1.2](docs/Release_1.2.md)
* [OpenWeatherMap Java API - 2.0.0](docs/Release_2.0.0.md)
* [OpenWeatherMap Java API - 2.0.1](docs/Release_2.0.1.md)
* [OpenWeatherMap Java API - SNAPSHOT](docs/SNAPSHOT.md)
### License