1.2.3 (bugfix)

- fixed dxvk 2.0 version identification
This commit is contained in:
Observer KRypt0n_ 2022-12-07 22:15:13 +02:00
parent fb28ecf7b1
commit 219bac46f1
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
# 1.2.3 (bugfix)
- fixed dxvk 2.0 version identification
# 1.2.2
- updated core library with a few fixes

2
Cargo.lock generated
View file

@ -52,7 +52,7 @@ dependencies = [
[[package]]
name = "anime-game-launcher"
version = "1.2.2"
version = "1.2.3"
dependencies = [
"anime-game-core",
"anyhow",

View file

@ -1,6 +1,6 @@
[package]
name = "anime-game-launcher"
version = "1.2.2"
version = "1.2.3"
description = "Anime Game launcher"
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
license = "GPL-3.0"