Skip to content

Commit 2da8a33

Browse files
feat: auto-updating
1 parent 988c893 commit 2da8a33

12 files changed

Lines changed: 444 additions & 10 deletions

File tree

bun.lockb

849 Bytes
Binary file not shown.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "content-planner",
33
"private": true,
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"type": "module",
66
"scripts": {
77
"dev:tauri": "tauri dev",
@@ -24,9 +24,11 @@
2424
"@radix-ui/react-toggle": "^1.1.0",
2525
"@radix-ui/react-tooltip": "^1.1.3",
2626
"@tauri-apps/api": "^2",
27+
"@tauri-apps/plugin-dialog": "^2.0.1",
2728
"@tauri-apps/plugin-shell": "^2",
2829
"@tauri-apps/plugin-sql": "~2",
2930
"@tauri-apps/plugin-store": "^2.1.0",
31+
"@tauri-apps/plugin-updater": "^2.0.0",
3032
"bun-types": "^1.1.34",
3133
"class-variance-authority": "^0.7.0",
3234
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)