Skip to content

Commit

Permalink
Updated version from 0.8.1 to 0.9 in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abouzerda committed Nov 28, 2023
1 parent 05c1800 commit 9670668
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ Start by adding the latest version of BGW as a dependency to your project.

#### Gradle
```gradle
implementation("tools.aqua:bgw-gui:0.8.1")
implementation("tools.aqua:bgw-gui:0.9")
```

#### Maven
```xml
<dependency>
<groupId>tools.aqua</groupId>
<artifactId>bgw-gui</artifactId>
<version>0.8.1</version>
<version>0.9</version>
</dependency>
```

Expand Down

0 comments on commit 9670668

Please sign in to comment.