From 6d4e677f4f0f6f17ec155a2d193a37f17cc6129a Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Wed, 9 Oct 2024 22:23:56 +0200 Subject: [PATCH] 3.13.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 37a424c..83e4a84 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.13.0] - 09.10.2024 + ### Added - Added 5.1.0 voiceovers sizes @@ -582,7 +584,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.12.1...next +[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.13.0...next +[3.13.0]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.12.1...3.13.0 [3.12.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.12.0...3.12.1 [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 diff --git a/Cargo.lock b/Cargo.lock index 06bb4e0..6f06f2a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,7 +82,7 @@ dependencies = [ [[package]] name = "anime-game-launcher" -version = "3.12.1" +version = "3.13.0" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 4c12f4f..9012aee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-game-launcher" -version = "3.12.1" +version = "3.13.0" description = "Anime Game launcher" authors = ["Nikita Podvirnyi "] homepage = "https://github.com/an-anime-team/an-anime-game-launcher"