diff --git a/Cargo.lock b/Cargo.lock index 697e6b4..54c0113 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1778,7 +1778,7 @@ checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" [[package]] name = "the-way" -version = "0.20.2" +version = "0.20.3" dependencies = [ "assert_cmd", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 81b7bbc..17c7a22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "the-way" -version = "0.20.2" +version = "0.20.3" edition = "2021" authors = ["Ninjani"] description = "A code snippets manager for your terminal"