From d8fc5f11af251b310901a30aaba75db33c33fc0b Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sat, 23 Dec 2023 16:34:36 +0200 Subject: [PATCH] 3.9.3 --- CHANGELOG.md | 2 ++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f47198..b387205 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.9.3] - 23.12.2023 + ### Added - Added `UpdatingPermissions` installation step diff --git a/Cargo.lock b/Cargo.lock index 1452818..482e3da 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,7 +82,7 @@ dependencies = [ [[package]] name = "anime-game-launcher" -version = "3.9.2" +version = "3.9.3" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index b623fb1..329c8bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-game-launcher" -version = "3.9.2" +version = "3.9.3" description = "Anime Game launcher" authors = ["Nikita Podvirnyy "] homepage = "https://github.com/an-anime-team/an-anime-game-launcher"