Preparing for release.

This commit is contained in:
2026-02-10 11:32:15 +04:00
parent ec4f6af6b6
commit 98e40c3276
3 changed files with 574 additions and 9 deletions
+3 -2
View File
@@ -29,14 +29,14 @@ Paid:
<dependency>
<groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId>
<version>2.4.1`</version>
<version>2.4.2</version>
</dependency>
```
### Gradle coordinates:
```groovy
implementation 'com.github.prominence:openweathermap-api:2.4.1'
implementation 'com.github.prominence:openweathermap-api:2.4.2'
```
### Documentation
@@ -51,6 +51,7 @@ implementation 'com.github.prominence:openweathermap-api:2.4.1'
* [OpenWeatherMap Java API - 2.3.0](docs/Release_2.3.0.md)
* [OpenWeatherMap Java API - 2.4.0](docs/Release_2.4.0.md)
* [OpenWeatherMap Java API - 2.4.1](docs/Release_2.4.1.md)
* [OpenWeatherMap Java API - 2.4.2](docs/Release_2.4.2.md)
### License
MIT