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"