Skip to content

Commit 4d0c368

Browse files
committed
test version
1 parent 7e4a26a commit 4d0c368

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

.eslintrc.json

+2-7
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,8 @@
2424
"i18n-text/no-en": "off",
2525
"github/no-then": "off",
2626
"@typescript-eslint/no-explicit-any": "off",
27-
"@typescript-eslint/no-unused-vars": [
28-
"warn",
29-
{
30-
"argsIgnorePattern": "^_",
31-
"varsIgnorePattern": "^_",
32-
"caughtErrorsIgnorePattern": "^_"
33-
}
27+
"@typescript-eslint/no-unused-vars": "off"
28+
3429
]
3530
},
3631
"settings": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@octomind/octomind-mcp",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "an mcp server for the octomind platform",
55
"main": "./dist/index.js",
66
"packageManager": "[email protected]+sha512.139cab068fdf0b751268179ac5f909b5be72afb4a75c513d1905d151befc8977b593d3cf8671ed83d4d6637c5c94b98ffbce108125de4a5a27a31233601a99de",

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// Generated by genversion.
2-
export const version = "1.0.4";
2+
export const version = "1.0.5";

0 commit comments

Comments
 (0)