From 73e2748a021d11091fea255370d7e3940652a27b Mon Sep 17 00:00:00 2001 From: rajkumarsakthivel Date: Tue, 19 May 2026 20:43:05 +0100 Subject: [PATCH] chore: bump version to 0.4.22 --- docs/index.html | 2 +- pyproject.toml | 2 +- server.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/index.html b/docs/index.html index 10648f7..a77ed6f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -24,7 +24,7 @@ "operatingSystem": "macOS, Linux, Windows", "license": "https://opensource.org/licenses/MIT", "downloadUrl": "https://pypi.org/project/code-context-engine/", - "softwareVersion": "0.4.21", + "softwareVersion": "0.4.22", "offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD" }, "author": { "@type": "Organization", "name": "Elara Labs", "url": "https://github.com/elara-labs" } } diff --git a/pyproject.toml b/pyproject.toml index ac0f4b1..13fda2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "code-context-engine" -version = "0.4.21" +version = "0.4.22" description = "Save 94% on Claude Code tokens. Index your codebase locally, AI agents search instead of reading files. Reduce Claude API costs, save tokens on Cursor, VS Code, Gemini CLI. Free, open source MCP server." readme = {file = "README.md", content-type = "text/markdown"} license = "MIT" diff --git a/server.json b/server.json index bc30c7c..5525512 100644 --- a/server.json +++ b/server.json @@ -7,13 +7,13 @@ "url": "https://github.com/elara-labs/code-context-engine", "source": "github" }, - "version": "0.4.21", + "version": "0.4.22", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "code-context-engine", - "version": "0.4.21", + "version": "0.4.22", "runtimeHint": "uvx", "transport": { "type": "stdio"