From 3ddc5d1c80c122810a5481fce60d4a590f9a23f4 Mon Sep 17 00:00:00 2001 From: Jacob Helwig Date: Thu, 20 Dec 2018 16:30:56 -0800 Subject: [PATCH] Bump version to 1.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a45821c5..171fbb8c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1137,7 +1137,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "sd2snes-lttp-rando-tracker" -version = "1.0.0" +version = "1.0.1" dependencies = [ "bus 2.0.1 (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 06d938bf..0f77ffb6 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 = "1.0.0" +version = "1.0.1" authors = ["Jacob Helwig "] build = "build.rs" include = ["ui/dist"]