mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-17 23:41:47 +03:00
3.9.3
This commit is contained in:
parent
b9ef7ccba0
commit
d8fc5f11af
3 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -82,7 +82,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "anime-game-launcher"
|
||||
version = "3.9.2"
|
||||
version = "3.9.3"
|
||||
dependencies = [
|
||||
"anime-launcher-sdk",
|
||||
"anyhow",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "anime-game-launcher"
|
||||
version = "3.9.2"
|
||||
version = "3.9.3"
|
||||
description = "Anime Game launcher"
|
||||
authors = ["Nikita Podvirnyy <krypt0nn@vk.com>"]
|
||||
homepage = "https://github.com/an-anime-team/an-anime-game-launcher"
|
||||
|
|
Loading…
Reference in a new issue