File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ allprojects {
2020
2121``` gradle
2222dependencies {
23- implementation 'com.open-meteo:open-meteo-api-kotlin:0.0.2-rc .0'
23+ implementation 'com.open-meteo:open-meteo-api-kotlin:0.1 .0'
2424}
2525```
2626
@@ -42,7 +42,7 @@ dependencyResolutionManagement {
4242
4343``` gradle
4444dependencies {
45- implementation 'com.open-meteo:open-meteo-api-kotlin:0.0.2-rc .0'
45+ implementation 'com.open-meteo:open-meteo-api-kotlin:0.1 .0'
4646}
4747```
4848
@@ -65,6 +65,6 @@ dependencies {
6565<dependency >
6666 <groupId >com.open-meteo</groupId >
6767 <artifactId >open-meteo-api-kotlin</artifactId >
68- <version >0.0.2-rc .0</version >
68+ <version >0.1 .0</version >
6969</dependency >
7070```
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ publishing {
1616 mavenJava(MavenPublication ) {
1717 groupId = ' com.open-meteo'
1818 artifactId = ' open-meteo-api-kotlin'
19- version = ' 0.0.2-rc .0'
19+ version = ' 0.1 .0'
2020
2121 from components. java
2222 }
You can’t perform that action at this time.
0 commit comments