Skip to content

Commit 27ed8bb

Browse files
committed
chore: bump version to 2.0.0 for mcp-linker package
- Updated version number in package.json, Cargo.toml, and Cargo.lock to reflect the new release version 2.0.0. - Adjusted Info.plist to align with the new versioning.
1 parent 3f86f21 commit 27ed8bb

4 files changed

Lines changed: 4 additions & 24 deletions

File tree

tauri-app/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": "MIT",
1010
"private": true,
11-
"version": "1.9.0",
11+
"version": "2.0.0",
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 = "1.9.0"
3+
version = "2.0.0"
44
description = "Easily connect and manage MCP servers for Claude and other clients"
55
authors = ["milisp"]
66
edition = "2021"

tauri-app/src-tauri/Info.plist

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,13 @@
77
<key>LSMinimumSystemVersion</key>
88
<string>10.15</string>
99
<key>CFBundleShortVersionString</key>
10-
<string>1.8.0</string>
10+
<string>2.0.0</string>
1111
<key>CFBundleName</key>
1212
<string>MCPLinker</string>
1313
<key>CFBundleDisplayName</key>
1414
<string>MCP Linker</string>
1515
<key>CFBundleIdentifier</key>
1616
<string>dev.milisp.mcplinker</string>
17-
<key>CFBundleDocumentTypes</key>
18-
<array>
19-
<dict>
20-
<key>CFBundleTypeName</key>
21-
<string>mcp-linker Agent</string>
22-
<key>CFBundleTypeRole</key>
23-
<string>Editor</string>
24-
<key>CFBundleTypeExtensions</key>
25-
<array>
26-
<string>db</string>
27-
<string>toml</string>
28-
<string>json</string>
29-
<string>jsonl</string>
30-
</array>
31-
<key>CFBundleTypeIconFile</key>
32-
<string>icon.icns</string>
33-
<key>LSHandlerRank</key>
34-
<string>Owner</string>
35-
</dict>
36-
</array>
3717
<key>NSAppleEventsUsageDescription</key>
3818
<string>mcp-linker needs to send Apple Events to other applications.</string>
3919
<key>NSAppleScriptEnabled</key>

0 commit comments

Comments
 (0)