From 46367c085465c138a9c92c3900c7f501cd01353e Mon Sep 17 00:00:00 2001 From: bgkillas Date: Tue, 19 Nov 2024 18:27:02 -0500 Subject: [PATCH] bump version --- noita-proxy/Cargo.lock | 2 +- noita-proxy/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/noita-proxy/Cargo.lock b/noita-proxy/Cargo.lock index 1c6d0f93..50ef0550 100644 --- a/noita-proxy/Cargo.lock +++ b/noita-proxy/Cargo.lock @@ -2044,7 +2044,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" [[package]] name = "noita-proxy" -version = "0.30.1" +version = "0.30.2" dependencies = [ "argh", "bincode", diff --git a/noita-proxy/Cargo.toml b/noita-proxy/Cargo.toml index e603db82..b500a594 100644 --- a/noita-proxy/Cargo.toml +++ b/noita-proxy/Cargo.toml @@ -5,7 +5,7 @@ resolver = "2" [package] name = "noita-proxy" description = "Noita Entangled Worlds companion app." -version = "0.30.1" +version = "0.30.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -62,4 +62,4 @@ lto = true strip = true [profile.release-lto] -inherits = "release" +inherits = "release" \ No newline at end of file