Skip to content

Commit

Permalink
Version 0.7.1-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DadiBit committed Sep 3, 2023
1 parent e1a1cd7 commit 68e042e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.7.1-alpha.4'
implementation 'com.open-meteo:open-meteo-api-kotlin:0.7.1-beta.0'
}
```

Expand All @@ -44,6 +44,6 @@ dependencies {
<dependency>
<groupId>com.open-meteo</groupId>
<artifactId>open-meteo-api-kotlin</artifactId>
<version>0.7.1-alpha.4</version>
<version>0.7.1-beta.0</version>
</dependency>
```
2 changes: 1 addition & 1 deletion 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.7.1-alpha.4'
version = '0.7.1-beta.0'

from components.java
}
Expand Down

0 comments on commit 68e042e

Please sign in to comment.