Skip to content

Commit

Permalink
Version 0.7.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DadiBit committed Jun 11, 2023
1 parent 5c3f17c commit f0d09c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ allprojects {

```gradle
dependencies {
implementation 'com.open-meteo:open-meteo-api-kotlin:0.6.0-alpha.1'
implementation 'com.open-meteo:open-meteo-api-kotlin:0.7.0-alpha.0'
}
```

Expand All @@ -43,7 +43,7 @@ dependencyResolutionManagement {

```gradle
dependencies {
implementation 'com.open-meteo:open-meteo-api-kotlin:0.6.0-alpha.1'
implementation 'com.open-meteo:open-meteo-api-kotlin:0.7.0-alpha.0'
}
```

Expand All @@ -66,6 +66,6 @@ dependencies {
<dependency>
<groupId>com.open-meteo</groupId>
<artifactId>open-meteo-api-kotlin</artifactId>
<version>0.6.0-alpha.1</version>
<version>0.7.0-alpha.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publishing {
mavenJava(MavenPublication) {
groupId = 'com.open-meteo'
artifactId = 'open-meteo-api-kotlin'
version = '0.6.0-alpha.1'
version = '0.7.0-alpha.0'

from components.java
}
Expand Down

0 comments on commit f0d09c4

Please sign in to comment.