From ac566f5ef2ada0837a5fd697dc946bb6cce47f68 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Fri, 14 Jul 2023 08:43:22 +0200 Subject: [PATCH] 3.7.5 --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1118fc4..cad8d10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.7.5] - 14.07.2023 + ### Added - Added support to the new wishes url cache location @@ -342,7 +344,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.4...next +[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.5...next +[3.7.5]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.4...3.7.5 [3.7.4]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.3...3.7.4 [3.7.3]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.2...3.7.3 [3.7.2]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.1...3.7.2 diff --git a/Cargo.lock b/Cargo.lock index 2d06715..f580256 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -64,7 +64,7 @@ dependencies = [ [[package]] name = "anime-game-launcher" -version = "3.7.4" +version = "3.7.5" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index fc3951a..2c68d8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-game-launcher" -version = "3.7.4" +version = "3.7.5" description = "Anime Game launcher" authors = ["Nikita Podvirnyy "] license = "GPL-3.0"