diff --git a/last_release_notes.md b/last_release_notes.md index 62ea1629..9f659c71 100644 --- a/last_release_notes.md +++ b/last_release_notes.md @@ -1,6 +1,13 @@ -## Noita Entangled Worlds v1.0.3 +## Noita Entangled Worlds v1.0.4 + +- fix kolmi + +- fix tower portal + +- fix nightmare wands + +- fix an issue with chests -- Fix a couple issues that were introduced in v1.0.2. ## Accepted pull requests diff --git a/noita-proxy/Cargo.lock b/noita-proxy/Cargo.lock index a3075996..1d96dec9 100644 --- a/noita-proxy/Cargo.lock +++ b/noita-proxy/Cargo.lock @@ -2571,7 +2571,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451" [[package]] name = "noita-proxy" -version = "1.0.3" +version = "1.0.4" dependencies = [ "argh", "bitcode", diff --git a/noita-proxy/Cargo.toml b/noita-proxy/Cargo.toml index 27981f81..81efdd6c 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 = "1.0.3" +version = "1.0.4" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html