Skip to content

Commit 5cc5a62

Browse files
committed
Release v0.3.0
1 parent eef4587 commit 5cc5a62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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": "mcp-cli",
3-
"version": "0.1.4",
3+
"version": "0.3.0",
44
"description": "A lightweight CLI for interacting with MCP (Model Context Protocol) servers",
55
"type": "module",
66
"main": "src/index.ts",

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.4';
5+
export const VERSION = '0.3.0';

0 commit comments

Comments
 (0)