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"