diff --git a/Cargo.lock b/Cargo.lock index 59e9d34..f8e1996 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -131,7 +131,7 @@ dependencies = [ [[package]] name = "cargo-launcher" -version = "0.4.0" +version = "1.0.0" dependencies = [ "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 274846e..be74487 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-launcher" edition = "2018" -version = "0.4.0" +version = "1.0.0" authors = ["Wataru Matsui "] license = "MIT" description = "This CLI is a simple utility to register in lancher(alfred|hain|albert)."