File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ allprojects {
20
20
21
21
``` gradle
22
22
dependencies {
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'
24
24
}
25
25
```
26
26
@@ -42,7 +42,7 @@ dependencyResolutionManagement {
42
42
43
43
``` gradle
44
44
dependencies {
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'
46
46
}
47
47
```
48
48
@@ -65,6 +65,6 @@ dependencies {
65
65
<dependency >
66
66
<groupId >com.open-meteo</groupId >
67
67
<artifactId >open-meteo-api-kotlin</artifactId >
68
- <version >0.0.2-rc .0</version >
68
+ <version >0.1 .0</version >
69
69
</dependency >
70
70
```
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ publishing {
16
16
mavenJava(MavenPublication ) {
17
17
groupId = ' com.open-meteo'
18
18
artifactId = ' open-meteo-api-kotlin'
19
- version = ' 0.0.2-rc .0'
19
+ version = ' 0.1 .0'
20
20
21
21
from components. java
22
22
}
You can’t perform that action at this time.
0 commit comments