Skip to content

Commit f9fd920

Browse files
committed
fix: Add Node.js 18+ requirement and fix isWindows variable reference
1 parent 3034e33 commit f9fd920

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wonderwhy-er/desktop-commander",
3-
"version": "0.1.24",
3+
"version": "0.1.25",
44
"description": "MCP server for terminal operations and file editing",
55
"license": "MIT",
66
"author": "Eduards Ruzga",
@@ -71,4 +71,4 @@
7171
"shx": "^0.3.4",
7272
"typescript": "^5.3.3"
7373
}
74-
}
74+
}

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.1.24';
1+
export const VERSION = '0.1.25';

0 commit comments

Comments
 (0)