diff --git a/README.md b/README.md index 7152d25..2cbff62 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ Free: * One Call API * Air pollution +Other: +* Request timeout settings + ### Will be implemented later: Free: @@ -26,14 +29,14 @@ Paid: com.github.prominence openweathermap-api - 2.3.0-SNAPSHOT + 2.3.0 ``` ### Gradle coordinates: ```groovy -compile('com.github.prominence:openweathermap-api:2.3.0-SNAPSHOT') +compile('com.github.prominence:openweathermap-api:2.3.0') ``` ### Documentation @@ -45,7 +48,7 @@ compile('com.github.prominence:openweathermap-api:2.3.0-SNAPSHOT') * [OpenWeatherMap Java API - 2.1.0](docs/Release_2.1.0.md) * [OpenWeatherMap Java API - 2.1.1](docs/Release_2.1.1.md) * [OpenWeatherMap Java API - 2.2.0](docs/Release_2.2.0.md) -* [OpenWeatherMap Java API - SNAPSHOT](docs/SNAPSHOT.md) +* [OpenWeatherMap Java API - 2.3.0](docs/Release_2.3.0.md) ### License MIT diff --git a/docs/SNAPSHOT.md b/docs/Release_2.3.0.md similarity index 99% rename from docs/SNAPSHOT.md rename to docs/Release_2.3.0.md index 736f45f..d1fe83b 100644 --- a/docs/SNAPSHOT.md +++ b/docs/Release_2.3.0.md @@ -4,20 +4,24 @@ * One Call API * Air Pollution + +Other: +* Request timeout settings + ### Maven coordinates: ```xml com.github.prominence openweathermap-api - 2.3.0-SNAPSHOT + 2.3.0 ``` ### Gradle coordinates: ```groovy -compile('com.github.prominence:openweathermap-api:2.3.0-SNAPSHOT') +compile('com.github.prominence:openweathermap-api:2.3.0') ``` ### How to use: diff --git a/pom.xml b/pom.xml index 780e309..ef080eb 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.prominence openweathermap-api - 2.3.0-SNAPSHOT + 2.3.0 jar Java OpenWeatherMap API