From 2c31284723e0780c26edf8994ff4b8ae15d64253 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sun, 21 Jul 2024 17:37:18 -0500 Subject: [PATCH] Update version to 0.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"