From 603a3335f9cd97a1905dae6c909f95bcff051686 Mon Sep 17 00:00:00 2001 From: Gerald Pinder Date: Sat, 4 Nov 2023 16:46:55 -0400 Subject: [PATCH] chore: Fix version to match with published version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9afe71d..a217888 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -784,7 +784,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "ublue-rs" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 605512e..2a8a488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ublue-rs" -version = "0.2.0" +version = "0.2.1" edition = "2021" description = "A CLI tool built for creating Containerfile templates based on the Ublue Community Project" repository = "https://gitlab.com/wunker-bunker/ublue-cli"