Skip to content

Commit a304025

Browse files
authored
Bump version from 0.0.1 to 0.0.2
1 parent 99d54aa commit a304025

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/toolkit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class SimpleLocalizeMCPServer extends McpServer {
88
constructor({ apiKey }: { apiKey: string }) {
99
super({
1010
name: "simplelocalize",
11-
version: "0.0.1",
11+
version: "0.0.2",
1212
});
1313

1414
this._simpleLocalize = new SimpleLocalizeAPI(apiKey);

0 commit comments

Comments
 (0)