From 9b38de68beb553277ef25e00950818dad6dfef42 Mon Sep 17 00:00:00 2001 From: Nikita Podvirnyi Date: Tue, 28 May 2024 21:04:51 +0200 Subject: [PATCH] 1.13.4 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1e46a60..59e4577 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-launcher-sdk" -version = "1.13.3" +version = "1.13.4" authors = ["Nikita Podvirnyi "] 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.18.3" +tag = "1.18.4" features = ["all"] # path = "../anime-game-core" # ! for dev purposes only