Preparing for release.

This commit is contained in:
2025-03-27 02:42:53 +04:00
parent 185f4cbe8c
commit a47386fd8f
3 changed files with 570 additions and 3 deletions
+3 -2
View File
@@ -29,14 +29,14 @@ Paid:
<dependency>
<groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId>
<version>2.4.0</version>
<version>2.4.1`</version>
</dependency>
```
### Gradle coordinates:
```groovy
implementation 'com.github.prominence:openweathermap-api:2.4.0'
implementation 'com.github.prominence:openweathermap-api:2.4.1'
```
### Documentation
@@ -50,6 +50,7 @@ implementation 'com.github.prominence:openweathermap-api:2.4.0'
* [OpenWeatherMap Java API - 2.2.0](docs/Release_2.2.0.md)
* [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)
### License
MIT