Skip to content

Commit 2dc0c7c

Browse files
committed
release v1.0.5
1 parent 33dc142 commit 2dc0c7c

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,11 @@
4242
"typescript": "~5.6.2",
4343
"vite": "^6.0.3",
4444
"vue-tsc": "^2.1.10"
45+
},
46+
"pnpm": {
47+
"onlyBuiltDependencies": [
48+
"esbuild",
49+
"vue-demi"
50+
]
4551
}
4652
}

src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vaultkeeper"
3-
version = "1.0.4"
3+
version = "1.0.5"
44
description = "A privacy-focused, offline-first personal vault application for managing accounts, bookmarks, notes, and media — all encrypted locally on your device."
55
authors = ["VaultKeeper", "AI-Star-Dev", "辰星"]
66
edition = "2024"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "VaultKeeper",
4-
"version": "1.0.4",
4+
"version": "1.0.5",
55
"identifier": "io.github.vault-keeper",
66
"build": {
77
"beforeDevCommand": "pnpm dev",

0 commit comments

Comments
 (0)