Skip to content

Commit 4c47b04

Browse files
committed
0.8.0
1 parent 457774c commit 4c47b04

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.12",
3+
"version": "0.8.0",
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.12";
24+
const packageVersion = "0.8.0";
2525

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

0 commit comments

Comments
 (0)