We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a17bac commit f73a1e9Copy full SHA for f73a1e9
1 file changed
INSTALLATION.md
@@ -21,7 +21,7 @@ allprojects {
21
22
```gradle
23
dependencies {
24
- implementation 'com.open-meteo:open-meteo-api-kotlin:0.2.0-alpha.4'
+ implementation 'com.open-meteo:open-meteo-api-kotlin:0.5.0-alpha.0'
25
}
26
```
27
@@ -43,7 +43,7 @@ dependencyResolutionManagement {
43
44
45
46
47
48
49
@@ -66,6 +66,6 @@ dependencies {
66
<dependency>
67
<groupId>com.open-meteo</groupId>
68
<artifactId>open-meteo-api-kotlin</artifactId>
69
- <version>0.2.0-alpha.4</version>
+ <version>0.5.0-alpha.0</version>
70
</dependency>
71
0 commit comments