Skip to content

Commit 477f292

Browse files
committed
0.7.10
1 parent 4b7d2e4 commit 477f292

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.7.9",
3+
"version": "0.7.10",
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
@@ -21,7 +21,7 @@ import { createHttpServer } from "./http-server.js";
2121
import { validateEnvironment as validateEnv } from "./error-handler.js";
2222

2323
// Use a static version string that will be updated by the version script
24-
const packageVersion = "0.7.9";
24+
const packageVersion = "0.7.10";
2525

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

0 commit comments

Comments
 (0)