From 008c0def3472c4466cea24da6744d53abf6fe4f0 Mon Sep 17 00:00:00 2001 From: "hinto.janai" Date: Wed, 19 Jul 2023 14:27:46 -0400 Subject: [PATCH] v1.3.1 --- CHANGELOG.md | 6 ++---- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 5 deletions(-) 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"