From 1c0ba6c55db7ab59a5a8afab5553bb385c3b9392 Mon Sep 17 00:00:00 2001 From: Escoto Date: Thu, 16 Apr 2026 21:53:47 +0200 Subject: [PATCH] Version Bump --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"