diff --git a/Cargo.lock b/Cargo.lock index a3f584f..cd4b2c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1201,7 +1201,7 @@ checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" [[package]] name = "ubi" -version = "0.0.10" +version = "0.0.11" dependencies = [ "anyhow", "bzip2", diff --git a/Cargo.toml b/Cargo.toml index 0a2debe..28d0376 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ubi" -version = "0.0.10" +version = "0.0.11" authors = ["Dave Rolsky "] description = "The Universal Binary Installer" repository = "https://github.com/houseabsolute/ubi"