diff --git a/CHANGELOG.md b/CHANGELOG.md index 1573aaf1b2..f51b90a026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/README.md b/README.md index fd5b1070c2..1a7b69cef1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ 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 @@ -47,7 +47,7 @@ implementation("tools.aqua:bgw-gui:0.7.2") tools.aqua bgw-gui - 0.7.2 + 0.7.3 ```