We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae9260 commit 5814587Copy full SHA for 5814587
tauri-app/package.json
@@ -8,7 +8,7 @@
8
"author": "milisp",
9
"license": "MIT",
10
"private": true,
11
- "version": "1.5.4",
+ "version": "1.6.0",
12
"type": "module",
13
"scripts": {
14
"dev": "vite",
tauri-app/src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "mcp-linker"
3
-version = "1.5.4"
+version = "1.6.0"
4
description = "Easily connect and manage MCP servers for Claude and other clients"
5
authors = ["milisp"]
6
edition = "2021"
0 commit comments