From 6cacebb75a454540ea8f384364a78ae4ce0d3f38 Mon Sep 17 00:00:00 2001 From: B0ney <40839054+B0ney@users.noreply.github.com> Date: Sun, 11 Aug 2024 13:41:19 +0100 Subject: [PATCH] bump version to 0.11.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 745486f..9ccfe3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1042,7 +1042,7 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" [[package]] name = "xmodits" -version = "0.11.2" +version = "0.11.3" dependencies = [ "built", "clap", diff --git a/Cargo.toml b/Cargo.toml index d813900..a6541a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "xmodits" authors = ["B0ney - https://github.com/B0ney"] description = "XMODITS command line application" -version = "0.11.2" +version = "0.11.3" edition = "2021" license = "LGPLv3" repository = "https://github.com/B0ney/xmodits-cli"