Switched to snapshot version.

This commit is contained in:
2021-04-17 17:23:57 +03:00
parent bfa15fd9fe
commit 1e08f4f8ae
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -10,14 +10,14 @@
<dependency>
<groupId>com.github.prominence</groupId>
<artifactId>openweathermap-api</artifactId>
<version>2.1.1-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
</dependency>
```
### Gradle coordinates:
```groovy
compile('com.github.prominence:openweathermap-api:2.1.1-SNAPSHOT')
compile('com.github.prominence:openweathermap-api:2.2.0-SNAPSHOT')
```
### How to use: