Skip to content

Commit 4933c4d

Browse files
committed
Version bump to 0.2.9 for release
1 parent 339d645 commit 4933c4d

File tree

3 files changed

+21
-21
lines changed

3 files changed

+21
-21
lines changed

package-lock.json

Lines changed: 18 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.2.8",
3+
"version": "0.2.9",
44
"description": "MCP server for terminal operations and file editing",
55
"license": "MIT",
66
"author": "Eduards Ruzga",
@@ -35,7 +35,7 @@
3535
"remove": "npm install && npm run build && node uninstall-claude-server.js",
3636
"prepare": "npm run build",
3737
"clean": "shx rm -rf dist",
38-
"test": "node test/run-all-tests.js",
38+
"test": "npm run build && node test/run-all-tests.js",
3939
"test:debug": "node --inspect test/run-all-tests.js",
4040
"link:local": "npm run build && npm link",
4141
"unlink:local": "npm unlink",

src/version.ts

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

0 commit comments

Comments
 (0)