From bb07370d146e4a1afc9cb8b0b999a5c80d2acdfc Mon Sep 17 00:00:00 2001 From: Bazyli Cyran Date: Sun, 15 Sep 2024 12:51:40 +0200 Subject: [PATCH] chore: Bump version to 1.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 31d37c4..1a09def 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1394,7 +1394,7 @@ dependencies = [ [[package]] name = "timewall" -version = "1.1.0" +version = "1.2.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 5d879c4..8924ede 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "timewall" description = "All-in-one tool for Apple dynamic HEIF wallpapers on GNU/Linux" -version = "1.1.0" +version = "1.2.0" edition = "2021" authors = ["Bazyli Cyran "] categories = ["command-line-utilities", "multimedia::images"]