From 5f848fe8be10dbb805dbaa89575e9112f65c4faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Thu, 13 Nov 2025 10:58:06 +0100 Subject: [PATCH] chore: Bump version to 0.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- llmx-cli/package.json | 2 +- llmx-rs/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/llmx-cli/package.json b/llmx-cli/package.json index c509a450..0fa8d62e 100644 --- a/llmx-cli/package.json +++ b/llmx-cli/package.json @@ -1,6 +1,6 @@ { "name": "@valknarthing/llmx", - "version": "0.1.0", + "version": "0.1.1", "license": "Apache-2.0", "description": "LLMX CLI - Multi-provider coding agent powered by LiteLLM", "bin": { diff --git a/llmx-rs/Cargo.toml b/llmx-rs/Cargo.toml index 8f5a76c8..242f62c3 100644 --- a/llmx-rs/Cargo.toml +++ b/llmx-rs/Cargo.toml @@ -43,7 +43,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.1.0" +version = "0.1.1" # Track the edition for all workspace crates in one place. Individual # crates can still override this value, but keeping it here means new # crates created with `cargo new -w ...` automatically inherit the 2024