Skip to content

Commit 555437c

Browse files
committed
chore: bump version to 1.7.0 for MCP linker
- Updated version number in package.json, Cargo.lock, and Cargo.toml to reflect the new release version 1.7.0.
1 parent 6e59f6e commit 555437c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.6.0",
11+
"version": "1.7.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.6.0"
3+
version = "1.7.0"
44
description = "Easily connect and manage MCP servers for Claude and other clients"
55
authors = ["milisp"]
66
edition = "2021"

0 commit comments

Comments
 (0)