Skip to content

Commit 6407aaa

Browse files
committed
chore: bump version to 2.0.1 for mcp-linker package
- Updated version number in package.json, Cargo.toml, and Cargo.lock to reflect the new release version 2.0.1.
1 parent afc1a02 commit 6407aaa

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

tauri-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"url": "https://github.com/milisp/mcp-linker"
77
},
88
"author": "milisp",
9-
"license": "MIT",
9+
"license": ["AGPL-3.0", "Commercial"],
1010
"private": true,
11-
"version": "2.0.0",
11+
"version": "2.0.1",
1212
"type": "module",
1313
"scripts": {
1414
"dev": "vite",

tauri-app/src-tauri/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.

tauri-app/src-tauri/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-linker"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Easily connect and manage MCP servers for Claude and other clients"
55
authors = ["milisp"]
66
edition = "2021"

0 commit comments

Comments
 (0)