This commit is contained in:
Observer KRypt0n_ 2023-12-23 16:34:36 +02:00
parent b9ef7ccba0
commit d8fc5f11af
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] ## [Unreleased]
## [3.9.3] - 23.12.2023
### Added ### Added
- Added `UpdatingPermissions` installation step - Added `UpdatingPermissions` installation step

2
Cargo.lock generated
View file

@ -82,7 +82,7 @@ dependencies = [
[[package]] [[package]]
name = "anime-game-launcher" name = "anime-game-launcher"
version = "3.9.2" version = "3.9.3"
dependencies = [ dependencies = [
"anime-launcher-sdk", "anime-launcher-sdk",
"anyhow", "anyhow",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "anime-game-launcher" name = "anime-game-launcher"
version = "3.9.2" version = "3.9.3"
description = "Anime Game launcher" description = "Anime Game launcher"
authors = ["Nikita Podvirnyy <krypt0nn@vk.com>"] authors = ["Nikita Podvirnyy <krypt0nn@vk.com>"]
homepage = "https://github.com/an-anime-team/an-anime-game-launcher" homepage = "https://github.com/an-anime-team/an-anime-game-launcher"