diff --git a/package.json b/package.json index 9ed0dc3..d5e6b03 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "tauri" ], "private": true, - "version": "0.5.0", + "version": "0.5.1", "author": { "name": "OpenList Team", "email": "96409857+Kuingsmile@users.noreply.github.com" diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 78052cf..2a05db0 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -2898,7 +2898,7 @@ dependencies = [ [[package]] name = "openlist-desktop" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 9a1c4b2..2f63941 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openlist-desktop" -version = "0.5.0" +version = "0.5.1" description = "A Tauri App" authors = ["Kuingsmile"] edition = "2024" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 4117527..52e7621 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "OpenList Desktop", - "version": "0.5.0", + "version": "0.5.1", "identifier": "io.github.openlistteam.openlist.desktop", "build": { "beforeDevCommand": "yarn run dev", diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 2873aea..98126fc 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -348,7 +348,7 @@ "password": "Password", "passwordPlaceholder": "Password", "mountPoint": "Mount Path", - "mountPointPlaceholder": "e.g., T: (Windows) or /mnt/remote (Linux)", + "mountPointPlaceholder": "e.g., T: or /mnt/remote", "volumeName": "Remote Path", "volumeNamePlaceholder": "e.g., /", "autoMount": "Auto-mount on startup", diff --git a/src/i18n/locales/zh.json b/src/i18n/locales/zh.json index 5fa7928..45f0022 100644 --- a/src/i18n/locales/zh.json +++ b/src/i18n/locales/zh.json @@ -348,7 +348,7 @@ "password": "密码", "passwordPlaceholder": "密码", "mountPoint": "挂载点", - "mountPointPlaceholder": "例如:T: (Windows) 或 /mnt/remote (Linux)", + "mountPointPlaceholder": "例如:T: 或 /mnt/remote", "volumeName": "远程路径", "volumeNamePlaceholder": "例如:/", "autoMount": "开机自动挂载",