File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ allprojects {
2121
2222``` gradle
2323dependencies {
24- implementation 'com.open-meteo:open-meteo-api-kotlin:0.2.0-alpha.3 '
24+ implementation 'com.open-meteo:open-meteo-api-kotlin:0.2.0-alpha.4 '
2525}
2626```
2727
@@ -43,7 +43,7 @@ dependencyResolutionManagement {
4343
4444``` gradle
4545dependencies {
46- implementation 'com.open-meteo:open-meteo-api-kotlin:0.2.0-alpha.3 '
46+ implementation 'com.open-meteo:open-meteo-api-kotlin:0.2.0-alpha.4 '
4747}
4848```
4949
@@ -66,6 +66,6 @@ dependencies {
6666<dependency >
6767 <groupId >com.open-meteo</groupId >
6868 <artifactId >open-meteo-api-kotlin</artifactId >
69- <version >0.2.0-alpha.3 </version >
69+ <version >0.2.0-alpha.4 </version >
7070</dependency >
7171```
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ publishing {
1717 mavenJava(MavenPublication ) {
1818 groupId = ' com.open-meteo'
1919 artifactId = ' open-meteo-api-kotlin'
20- version = ' 0.2.0-alpha.3 '
20+ version = ' 0.2.0-alpha.4 '
2121
2222 from components. java
2323 }
You can’t perform that action at this time.
0 commit comments