mirror of
https://github.com/nyakang/nyaterm.git
synced 2026-09-22 08:01:31 +00:00
chore: bump version to v1.1.6
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Generated
+1
-1
@@ -3910,7 +3910,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "nyaterm"
|
||||
version = "1.1.5"
|
||||
version = "1.1.6"
|
||||
dependencies = [
|
||||
"aes-gcm 0.10.3",
|
||||
"arboard",
|
||||
|
||||
@@ -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,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",
|
||||
|
||||
Reference in New Issue
Block a user