From a699944e1d5bd7b9ef2c58a8f9974988b59e6161 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sat, 28 Jan 2023 19:09:11 +0200 Subject: [PATCH] 1.2.5 From previous commits: - added Discord RPC support (#28) - added DXVK 2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index abf5761..a091379 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -52,7 +52,7 @@ dependencies = [ [[package]] name = "anime-game-launcher" -version = "1.2.4" +version = "1.2.5" dependencies = [ "anime-game-core", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 56755fb..ee657a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-game-launcher" -version = "1.2.4" +version = "1.2.5" description = "Anime Game launcher" authors = ["Nikita Podvirnyy "] license = "GPL-3.0"