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"