Skip to content

Commit

Permalink
Update readme and bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vswarte committed Aug 5, 2023
1 parent 960cf01 commit 2ef43dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This piece of hot garbage allows you to swap out FXR files without having to rep
them with yabber or restart the game at all.

## How do I use this?
- You launch Elden Ring (currently only for ER 1.09)
- You launch Elden Ring (v1.10.0) or Sekiro (v1.6.0)
- You launch this tool.
- You ensure the game's process is set to the right process (only really needs tweaking if you're running multiple
instances of the game).
Expand Down
2 changes: 1 addition & 1 deletion agent/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fxr-reloader-agent"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion gui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fxr-reloader-gui"
version = "0.3.0"
version = "0.4.0"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 2ef43dd

Please sign in to comment.