diff --git a/Cargo.lock b/Cargo.lock index dcc3696..fabfdec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -131,7 +131,7 @@ dependencies = [ [[package]] name = "cargo-launcher" -version = "0.2.0" +version = "0.2.1" dependencies = [ "dirs 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", "failure 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index d4e5206..d8115ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo-launcher" edition = "2018" -version = "0.2.0" +version = "0.2.1" authors = ["Wataru Matsui "] license = "MIT" description = "This CLI is a simple utility to register in lancher(alfred or hain)."