From ffb1c1c8b510b9ecf185e465bf64b6accfb111fe Mon Sep 17 00:00:00 2001 From: Quantum Date: Mon, 14 Oct 2024 21:25:13 -0400 Subject: [PATCH] Bump 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 16ab017..ead734f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -592,7 +592,7 @@ dependencies = [ [[package]] name = "ntfy-run" -version = "0.1.0" +version = "0.1.1" dependencies = [ "clap", "itertools", diff --git a/Cargo.toml b/Cargo.toml index c9b45f6..c4da515 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntfy-run" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies]