Skip to content

Commit acff181

Browse files
committed
Release v0.1.26
1 parent 0cfaf4a commit acff181

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.1.25",
3+
"version": "0.1.26",
44
"description": "MCP server for terminal operations and file editing",
55
"license": "MIT",
66
"author": "Eduards Ruzga",

src/command-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class CommandManager {
2424
// Handle error if needed
2525
}
2626
}
27-
§
27+
2828
getBaseCommand(command: string) {
2929
return command.split(' ')[0].toLowerCase().trim();
3030
}

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

0 commit comments

Comments
 (0)