diff --git a/Cargo.lock b/Cargo.lock index 0457e82..5ce8c58 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1709,7 +1709,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ubi" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "binstall-tar", diff --git a/Cargo.toml b/Cargo.toml index b7db4d7..1083e6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ubi" -version = "0.1.0" +version = "0.1.1" authors = ["Dave Rolsky "] description = "The Universal Binary Installer library and CLI tool" repository = "https://github.com/houseabsolute/ubi"