Skip to content

Commit 5171ce7

Browse files
committed
Release v0.1.1
1 parent 15cb382 commit 5171ce7

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": "mcp-cli",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A lightweight CLI for interacting with MCP (Model Context Protocol) servers",
55
"type": "module",
66
"main": "src/index.ts",
@@ -52,4 +52,4 @@
5252
"engines": {
5353
"bun": ">=1.0.0"
5454
}
55-
}
55+
}

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
* Version constant - single source of truth
33
* This file is auto-updated by scripts/release.sh
44
*/
5-
export const VERSION = '0.1.0';
5+
export const VERSION = '0.1.1';

0 commit comments

Comments
 (0)