mirror of
https://github.com/nyakang/nyaterm.git
synced 2026-09-22 00:01:30 +00:00
chore: bump version to v1.2.9
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Generated
+1
-1
@@ -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,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"
|
||||
|
||||
Generated
+1
-1
@@ -366,7 +366,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "nyaterm-mcp"
|
||||
version = "1.2.8"
|
||||
version = "1.2.9"
|
||||
dependencies = [
|
||||
"dirs",
|
||||
"nyaterm-mcp-protocol",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "nyaterm-mcp"
|
||||
version = "1.2.8"
|
||||
version = "1.2.9"
|
||||
edition = "2024"
|
||||
publish = false
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user