diff --git a/.appveyor.yml b/.appveyor.yml index c854b95e..a70be94f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,4 +1,4 @@ -version: 0.1.0.{build} +version: 1.0.0.{build} branches: only: - master diff --git a/Cargo.lock b/Cargo.lock index 00b1ead6..bc9be812 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -812,7 +812,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sd2snes-lttp-rando-tracker" -version = "0.1.0" +version = "1.0.0" dependencies = [ "bus 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c4197d99..c173c28e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sd2snes-lttp-rando-tracker" description = "Automatically track progress in a Link to the Past randomizer run using a USB2SNES modified SD2SNES." -version = "0.1.0" +version = "1.0.0" authors = ["Jacob Helwig "] build = "build.rs" include = ["ui/dist"]