diff --git a/Cargo.lock b/Cargo.lock index 110299f..6930c52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -157,7 +157,7 @@ checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829" [[package]] name = "magoo" -version = "0.0.3" +version = "0.0.4" dependencies = [ "clap", "fs4", diff --git a/Cargo.toml b/Cargo.toml index 68e109f..414fd78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "magoo" -version = "0.0.3" +version = "0.0.4" edition = "2021" description = "A wrapper for git submodule that simplifies the workflows" repository = "https://github.com/Pistonite/magoo"