From 3d87d9fd6ffb9c65c262d758215aeb23563b1175 Mon Sep 17 00:00:00 2001 From: ANAS Date: Sun, 7 Jun 2026 02:02:32 +0100 Subject: [PATCH] Bump crate versions to 0.1.11 Update routecode-cli and routecode-sdk package versions from 0.1.10 to 0.1.11 in their Cargo.toml files to prepare a patch release. --- apps/cli/Cargo.toml | 2 +- libs/sdk/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/cli/Cargo.toml b/apps/cli/Cargo.toml index d16b17b..3c6be52 100644 --- a/apps/cli/Cargo.toml +++ b/apps/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "routecode-cli" -version = "0.1.10" +version = "0.1.11" edition = "2021" authors = ["SpeerX "] description = "CLI application for RouteCode" diff --git a/libs/sdk/Cargo.toml b/libs/sdk/Cargo.toml index 842b203..2886f11 100644 --- a/libs/sdk/Cargo.toml +++ b/libs/sdk/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "routecode-sdk" -version = "0.1.10" +version = "0.1.11" edition = "2021" authors = ["SpeerX "] description = "Core logic for RouteCode"