This commit is contained in:
Observer KRypt0n_ 2023-12-29 21:53:14 +02:00
parent ea006727fe
commit 50fe1bb12a
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]
## [3.9.4] - 29.12.2023
### Changed
- Replaced FPS unlocker by a custom one

2
Cargo.lock generated
View file

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

View file

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