update to 1.10.0

This commit is contained in:
mii443
2024-10-04 14:58:19 +09:00
parent 655c42617e
commit ab78a00967
5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"name": "vrclipboard-ime-gui",
"private": true,
"version": "1.9.0",
"version": "1.10.0",
"type": "module",
"scripts": {
"dev": "vite",

2
src-tauri/Cargo.lock generated
View File

@ -4399,7 +4399,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "vrclipboard-ime-gui"
version = "1.9.0"
version = "1.10.0"
dependencies = [
"anyhow",
"calc",

View File

@ -1,6 +1,6 @@
[package]
name = "vrclipboard-ime-gui"
version = "1.9.0"
version = "1.10.0"
description = "VRClipboard IME"
authors = ["mii"]
edition = "2021"

View File

@ -24,7 +24,7 @@
},
"productName": "vrclipboard-ime-gui",
"mainBinaryName": "vrclipboard-ime-gui",
"version": "1.9.0",
"version": "1.10.0",
"identifier": "dev.mii.vrclipboard-ime",
"plugins": {
"updater": {

View File

@ -11,7 +11,7 @@ const TitleBar = () => {
<div className="flex justify-between items-center bg-gray-800 text-white h-8 px-2" data-tauri-drag-region>
<div className="flex items-center">
<span className="text-sm font-semibold">VRClipboard-IME</span>
<span className="text-xs font-semibold ml-2">v1.9.0</span>
<span className="text-xs font-semibold ml-2">v1.10.0</span>
</div>
<div className="flex">
<button onClick={handleMinimize} className="p-1 hover:bg-gray-700 focus:outline-none">