diff --git a/.github/ISSUE_TEMPLATE/bug.yaml b/.github/ISSUE_TEMPLATE/bug.yaml index 70032f09..233cae4e 100644 --- a/.github/ISSUE_TEMPLATE/bug.yaml +++ b/.github/ISSUE_TEMPLATE/bug.yaml @@ -7,6 +7,7 @@ body: label: Ludusavi version description: If you're not using the latest version, please update and make sure the problem still occurs. options: + - v0.13.1 - v0.13.0 - v0.12.1 - v0.12.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index e597e72d..797e637c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## v0.13.1 (2022-09-29) * Fixed: * In GUI mode on windows, an extra console window appeared. diff --git a/Cargo.lock b/Cargo.lock index 6afae6da..640b622e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1926,7 +1926,7 @@ dependencies = [ [[package]] name = "ludusavi" -version = "0.13.0" +version = "0.13.1" dependencies = [ "base64", "byte-unit", diff --git a/Cargo.toml b/Cargo.toml index ef332bcc..ebeed421 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ludusavi" -version = "0.13.0" +version = "0.13.1" authors = ["mtkennerly "] edition = "2021" description = "Game save backup tool" diff --git a/assets/com.github.mtkennerly.ludusavi.metainfo.xml b/assets/com.github.mtkennerly.ludusavi.metainfo.xml index fc31fcd0..90a6ad12 100644 --- a/assets/com.github.mtkennerly.ludusavi.metainfo.xml +++ b/assets/com.github.mtkennerly.ludusavi.metainfo.xml @@ -23,13 +23,14 @@ - https://raw.githubusercontent.com/mtkennerly/ludusavi/v0.13.0/docs/sample-gui-linux.png + https://raw.githubusercontent.com/mtkennerly/ludusavi/v0.13.1/docs/sample-gui-linux.png Graphical user interface com.github.mtkennerly.ludusavi.desktop +