Skip to content

Commit 1a5bb70

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2026-01-03) ### Bug Fixes * ci fixed on appending benchmark ([34ea164](34ea164)) * fixed release config ([4ff9850](4ff9850))
1 parent 4ff9850 commit 1a5bb70

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,5 @@
8686
"typescript-eslint": "^8.46.4",
8787
"vite": "^7.2.4"
8888
},
89-
"version": "1.0.0"
89+
"version": "1.0.1"
9090
}

apps/client/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": "Boreal",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"identifier": "com.client.boreal",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)