Skip to content

Commit

Permalink
Update changelog/readme for release 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
snaujokat committed Aug 31, 2022
1 parent d6027cd commit 3ed72ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## [0.7.3] - To be released
## [0.7.3] - 31.08.2022

### Added
- Spectator join feature in bgw-net.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ Start by adding the latest version of BGW as a dependency to your project.

#### Gradle
```gradle
implementation("tools.aqua:bgw-gui:0.7.2")
implementation("tools.aqua:bgw-gui:0.7.3")
```

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

Expand Down

0 comments on commit 3ed72ef

Please sign in to comment.