From bd60396f7af387bb9ab543745c2a0c2a3c793ede Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sat, 6 May 2023 14:09:47 +0200 Subject: [PATCH] 3.6.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8083348..565254a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,7 +65,7 @@ dependencies = [ [[package]] name = "anime-game-launcher" -version = "3.5.2" +version = "3.6.0" dependencies = [ "anime-launcher-sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index de23876..005f69c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-game-launcher" -version = "3.5.2" +version = "3.6.0" description = "Anime Game launcher" authors = ["Nikita Podvirnyy "] license = "GPL-3.0"