Skip to content

Commit 6f348f7

Browse files
committed
Bump version to 0.3.2
1 parent 6c944aa commit 6f348f7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.1"
3+
version = "0.3.2"
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.1")]
15+
#[command(version = "0.3.2")]
1616
struct Cli {
1717
/// Remote server URL for quick connection (e.g., mcp-connect https://server.com/mcp)
1818
#[arg(value_name = "URL")]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dreygur/mcp",
3-
"version": "0.3.1",
3+
"version": "0.3.2",
44
"publishConfig": {
55
"access": "public"
66
},

0 commit comments

Comments
 (0)