Automated commit: v1.0.4

This commit is contained in:
bgkillas 2025-01-28 07:41:50 -05:00
parent 11e6b9b1b4
commit ec45c57d9b
3 changed files with 11 additions and 4 deletions

View file

@ -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 ## Accepted pull requests

View file

@ -2571,7 +2571,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]] [[package]]
name = "noita-proxy" name = "noita-proxy"
version = "1.0.3" version = "1.0.4"
dependencies = [ dependencies = [
"argh", "argh",
"bitcode", "bitcode",

View file

@ -5,7 +5,7 @@ resolver = "2"
[package] [package]
name = "noita-proxy" name = "noita-proxy"
description = "Noita Entangled Worlds companion app." description = "Noita Entangled Worlds companion app."
version = "1.0.3" version = "1.0.4"
edition = "2021" edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html