Skip to content

Commit 20701ec

Browse files
committed
0.10.1
1 parent fb42e4e commit 20701ec

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-searxng",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"description": "MCP server for SearXNG integration",
55
"license": "MIT",
66
"author": "Ihor Sokoliuk (https://github.com/ihor-sokoliuk)",

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import { createHttpServer } from "./http-server.js";
2222
import { validateEnvironment as validateEnv } from "./error-handler.js";
2323

2424
// Use a static version string that will be updated by the version script
25-
const packageVersion = "0.10.0";
25+
const packageVersion = "0.10.1";
2626

2727
// Export the version for use in other modules
2828
export { packageVersion };

0 commit comments

Comments
 (0)