chore: bump version to v1.1.6

This commit is contained in:
Kang
2026-06-12 15:54:07 +08:00
parent 87a69a96fd
commit e46ef87fed
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "nyaterm",
"private": true,
"version": "1.1.5",
"version": "1.1.6",
"description": "A modern, high-performance SSH client built with Tauri and React.",
"author": "CoderKang",
"homepage": "https://nyaterm.app",
+1 -1
View File
@@ -3910,7 +3910,7 @@ dependencies = [
[[package]]
name = "nyaterm"
version = "1.1.5"
version = "1.1.6"
dependencies = [
"aes-gcm 0.10.3",
"arboard",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "nyaterm"
version = "1.1.5"
version = "1.1.6"
description = "A modern remote terminal workspace built with Tauri, React, and Rust."
authors = ["Kang"]
edition = "2024"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "NyaTerm",
"version": "1.1.5",
"version": "1.1.6",
"identifier": "com.kang.nyaterm",
"build": {
"beforeDevCommand": "pnpm dev",