diff --git a/Cargo.lock b/Cargo.lock index d5cd0ef..f2d5184 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1731,7 +1731,7 @@ dependencies = [ [[package]] name = "rustifymyclaw" -version = "0.1.2" +version = "0.1.3" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 3b13a7c..7c765ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustifymyclaw" -version = "0.1.2" +version = "0.1.3" edition = "2021" description = "Run Coding CLI Agents from Messaging Apps - single Rust binary, no server required." license = "Apache-2.0"