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