From b24544954c38ab8f6b2c57bb5e12e526c717c14f Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Sun, 1 Sep 2024 18:07:04 +0200 Subject: [PATCH] 3.12.0 --- 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 bb7c0e8..a6f7029 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.12.0] - 01.09.2024 + ### Added - Added 4.8.0 and 5.0.0 voiceovers sizes @@ -566,7 +568,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.11.0...next +[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.12.0...next +[3.12.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.11.0...3.12.0 [3.11.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.10.3...3.11.0 [3.10.3]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.10.2...3.10.2 [3.10.2]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.10.1...3.10.2 diff --git a/Cargo.lock b/Cargo.lock index 243293e..d3ec4d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "anime-game-launcher" -version = "3.11.0" +version = "3.12.0" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 71ed5c7..40940f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-game-launcher" -version = "3.11.0" +version = "3.12.0" description = "Anime Game launcher" authors = ["Nikita Podvirnyi "] homepage = "https://github.com/an-anime-team/an-anime-game-launcher"