chore: bump version to v1.2.9

This commit is contained in:
Kang
2026-09-07 00:43:32 +08:00
parent f0353f3f30
commit 1a9e306ec5
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "nyaterm",
"private": true,
"version": "1.2.8",
"version": "1.2.9",
"description": "A modern, high-performance SSH client built with Tauri and React.",
"author": "NyaKang",
"homepage": "https://nyaterm.app",
+1 -1
View File
@@ -4866,7 +4866,7 @@ dependencies = [
[[package]]
name = "nyaterm"
version = "1.2.8"
version = "1.2.9"
dependencies = [
"aes 0.8.4",
"aes-gcm 0.10.3",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "nyaterm"
version = "1.2.8"
version = "1.2.9"
description = "A modern remote terminal workspace built with Tauri, React, and Rust."
authors = ["Kang"]
edition = "2024"
+1 -1
View File
@@ -366,7 +366,7 @@ dependencies = [
[[package]]
name = "nyaterm-mcp"
version = "1.2.8"
version = "1.2.9"
dependencies = [
"dirs",
"nyaterm-mcp-protocol",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "nyaterm-mcp"
version = "1.2.8"
version = "1.2.9"
edition = "2024"
publish = false
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "NyaTerm",
"version": "1.2.8",
"version": "1.2.9",
"identifier": "com.kang.nyaterm",
"build": {
"beforeDevCommand": "pnpm build:mcp-sidecar && pnpm dev",