diff --git a/noita-proxy/Cargo.lock b/noita-proxy/Cargo.lock index 96c8cea2..d00dfe7a 100644 --- a/noita-proxy/Cargo.lock +++ b/noita-proxy/Cargo.lock @@ -2042,7 +2042,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" [[package]] name = "noita-proxy" -version = "0.28.2" +version = "0.28.3" dependencies = [ "argh", "bincode", diff --git a/noita-proxy/Cargo.toml b/noita-proxy/Cargo.toml index 9b4cab5f..68a2a9c9 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.28.2" +version = "0.28.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -61,4 +61,4 @@ lto = true strip = true [profile.release-lto] -inherits = "release" +inherits = "release" \ No newline at end of file