From 19ed91d0e101b80d5fbac403fc58e3fea02b320d Mon Sep 17 00:00:00 2001 From: The64thRealm <36716817+The64thRealm@users.noreply.github.com> Date: Fri, 14 Aug 2026 12:21:30 -0700 Subject: [PATCH 1/2] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index add78e8..bf2fb98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wavedash" -version = "0.1.92" +version = "0.1.93" edition = "2021" authors = ["Wavedash Team"] description = "Cross-platform CLI tool for uploading game projects to wavedash.com" From 7dd7ed9336bd42f07fcfb6f06aeef759648cec41 Mon Sep 17 00:00:00 2001 From: The64thRealm <36716817+The64thRealm@users.noreply.github.com> Date: Fri, 14 Aug 2026 12:21:30 -0700 Subject: [PATCH 2/2] update cargo lock --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index f232e6c..a71bd85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3076,7 +3076,7 @@ dependencies = [ [[package]] name = "wavedash" -version = "0.1.92" +version = "0.1.93" dependencies = [ "anyhow", "axum",