Skip to content

Commit 5814587

Browse files
committed
chore: update version numbers in package.json and Cargo.toml to 1.6.0
- Bump version in package.json and Cargo.toml to reflect the new release version.
1 parent 1ae9260 commit 5814587

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.5.4",
11+
"version": "1.6.0",
1212
"type": "module",
1313
"scripts": {
1414
"dev": "vite",

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.5.4"
3+
version = "1.6.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)