We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff9850 commit 1a5bb70Copy full SHA for 1a5bb70
2 files changed
apps/client/package.json
@@ -86,5 +86,5 @@
86
"typescript-eslint": "^8.46.4",
87
"vite": "^7.2.4"
88
},
89
- "version": "1.0.0"
+ "version": "1.0.1"
90
}
apps/client/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "https://schema.tauri.app/config/2",
3
"productName": "Boreal",
4
- "version": "1.0.0",
+ "version": "1.0.1",
5
"identifier": "com.client.boreal",
6
"build": {
7
"beforeDevCommand": "bun run dev",
0 commit comments