Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilwade committed May 3, 2017
1 parent 1926ede commit fc2fcae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "randomprime_patcher"
version = "0.1.0"
version = "0.1.1"
authors = ["April Wade <[email protected]>"]

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# randomprime

This is a tool for randomizing/customizing the layout of pickups in Metroid Prime.
It has three parts: a webpage for generating a randomized layout [(Generator)](https://aprilwade.github.io/randomprime/generator.html), a webpage for editing layouts [(Editor)](https://aprilwade.github.io/randomprime/editor.html), and a command line program that modifies the game ISO [(ISO Patcher)](https://github.com/aprilwade/randomprime/releases). All layouts created by the generator should be completable.
It has three parts: a webpage for generating a randomized layout [(Generator)](https://aprilwade.github.io/randomprime/generator.html), a webpage for editing layouts [(Editor)](https://aprilwade.github.io/randomprime/editor.html), and a command line program that modifies the game ISO [(ISO Patcher)](https://github.com/aprilwade/randomprime/releases/latest). All layouts created by the generator should be completable.

This system has no notion of a "seed".
Instead, a layout is communicated to and from these components as an 87 character long "layout descriptor".
Expand Down
2 changes: 1 addition & 1 deletion src/bin/randomprime_patcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ fn main_inner() -> Result<(), String>
pickup_meta::setup_pickup_meta_table();

let matches = App::new("randomprime ISO patcher")
.version("0.1.0")
.version("0.1.1")
.arg(Arg::with_name("input iso path")
.long("input-iso")
.required(true)
Expand Down

0 comments on commit fc2fcae

Please sign in to comment.