diff --git a/Cargo.lock b/Cargo.lock index 21ac74a..026942f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -67,7 +67,7 @@ dependencies = [ [[package]] name = "cargo-3ds" -version = "0.1.1" +version = "0.1.2" dependencies = [ "cargo_metadata", "clap", diff --git a/Cargo.toml b/Cargo.toml index 2354eff..de30cce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cargo-3ds" -version = "0.1.1" +version = "0.1.2" authors = ["Rust3DS Org", "Andrea Ciliberti "] description = "Cargo wrapper for developing Nintendo 3DS homebrew apps" repository = "https://github.com/rust3ds/cargo-3ds"