diff --git a/Cargo.lock b/Cargo.lock index d2fedc3..9b75961 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,7 +113,7 @@ checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" [[package]] name = "bert" -version = "0.1.3" +version = "0.1.4" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 24c3dfc..9ab43ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bert" -version = "0.1.3" +version = "0.1.4" edition = "2021" [dependencies] diff --git a/src/main.rs b/src/main.rs index 5b158b0..4af6d66 100644 --- a/src/main.rs +++ b/src/main.rs @@ -13,7 +13,7 @@ mod platform; #[command( name = "bert", author = "Michael Essiet ", - version = "0.1.3", + version = "0.1.4", about = "A friendly cross-platform package assistant built on top of Homebrew", long_about = "Bert 🐕 is a friendly package assistant that leverages Homebrew's package repository to provide \ cross-platform package management. He automatically handles installation of missing \