mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
Automated commit: v1.0.4
This commit is contained in:
parent
11e6b9b1b4
commit
ec45c57d9b
3 changed files with 11 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
2
noita-proxy/Cargo.lock
generated
2
noita-proxy/Cargo.lock
generated
|
@ -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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue