Skip to content

Commit 7d63777

Browse files
committed
Release v0.2.21
Automated release commit with version bump from 0.2.20 to 0.2.21
1 parent f962d22 commit 7d63777

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wonderwhy-er/desktop-commander",
3-
"version": "0.2.20",
3+
"version": "0.2.21",
44
"description": "MCP server for terminal operations and file editing",
55
"mcpName": "io.github.wonderwhy-er/desktop-commander",
66
"license": "MIT",

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/wonderwhy-er/DesktopCommanderMCP",
88
"source": "github"
99
},
10-
"version": "0.2.20",
10+
"version": "0.2.21",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"registryBaseUrl": "https://registry.npmjs.org",
1515
"identifier": "@wonderwhy-er/desktop-commander",
16-
"version": "0.2.20",
16+
"version": "0.2.21",
1717
"transport": {
1818
"type": "stdio"
1919
}

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.20';
1+
export const VERSION = '0.2.21';

0 commit comments

Comments
 (0)