From 2848a8be2a5d630c2a1d2442c60b42454959e890 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 19 Jul 2023 16:44:38 +0200 Subject: [PATCH] 1.8.8 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dbeb200..d1a18dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.8.7" +version = "1.8.8" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" readme = "README.md" @@ -9,7 +9,7 @@ edition = "2021" [dependencies.anime-game-core] git = "https://github.com/an-anime-team/anime-game-core" -tag = "1.13.3" +tag = "1.13.4" features = ["all"] # path = "../anime-game-core" # ! for dev purposes only