Skip to content

Commit a57c46d

Browse files
committed
Bump version to 0.3.3
1 parent f46e7c1 commit a57c46d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/mcp-connect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mcp-connect"
3-
version = "0.3.2"
3+
version = "0.3.3"
44
edition = "2021"
55
authors = ["Rakibul Yeasin <ryeasin03@gmail.com>"]
66

crates/mcp-connect/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use tracing_subscriber::FmtSubscriber;
1212
#[derive(Parser)]
1313
#[command(name = "mcp-connect")]
1414
#[command(about = "MCP Connect - Bridge local MCP clients to remote MCP servers")]
15-
#[command(version = "0.3.2")]
15+
#[command(version = "0.3.3")]
1616
struct Cli {
1717
/// Remote server URL for quick connection (e.g., mcp-connect https://server.com/mcp)
1818
#[arg(value_name = "URL")]

0 commit comments

Comments
 (0)