Skip to content

Commit b63499a

Browse files
committed
chore: bump project version to 2.2.0
1 parent 3f9a8a5 commit b63499a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "milisp",
99
"license": "AGPL-3.0, Commercial",
1010
"private": true,
11-
"version": "2.1.0",
11+
"version": "2.2.0",
1212
"type": "module",
1313
"scripts": {
1414
"dev": "vite",

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.

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.1.0"
3+
version = "2.2.0"
44
description = "Easily connect and manage MCP servers for Claude and other clients"
55
authors = ["milisp"]
66
edition = "2024"

src-tauri/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>LSMinimumSystemVersion</key>
88
<string>10.15</string>
99
<key>CFBundleShortVersionString</key>
10-
<string>2.1.0</string>
10+
<string>2.2.0</string>
1111
<key>CFBundleName</key>
1212
<string>MCPLinker</string>
1313
<key>CFBundleDisplayName</key>

0 commit comments

Comments
 (0)