diff --git a/CHANGELOG.md b/CHANGELOG.md index c591b0e..ab15414 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,7 @@ # v1.3.1 -## Updates -* - ## Fixes -* +* Auto update issue ([#40](https://github.com/hinto-janai/gupax/issues/40)) +* macOS launch issue ([#39](https://github.com/hinto-janai/gupax/issues/39)) ## Bundled Versions * [`P2Pool v3.5`](https://github.com/SChernykh/p2pool/releases/tag/v3.5) diff --git a/Cargo.toml b/Cargo.toml index b33cdbb..bc9863b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gupax" -version = "1.3.0" +version = "1.3.1" authors = ["hinto-janai "] description = "GUI for P2Pool+XMRig" documentation = "https://github.com/hinto-janai/gupax"