From 7067f034031ae11aa6963b0da76028e9ea6fc8d5 Mon Sep 17 00:00:00 2001 From: mxve <68632137+mxve@users.noreply.github.com> Date: Tue, 1 Oct 2024 18:39:02 +0200 Subject: [PATCH] v0.8.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b3a60e6..152a11f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "alterware-launcher" -version = "0.8.3" +version = "0.8.4" dependencies = [ "blake3", "colored", diff --git a/Cargo.toml b/Cargo.toml index 3518c62..fc4064f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alterware-launcher" -version = "0.8.3" +version = "0.8.4" edition = "2021" build = "res/build.rs"