Skip to content

Commit e5d1b38

Browse files
committed
chore: bump version to v0.2.12
1 parent b584454 commit e5d1b38

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@agent54/desktop",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"description": "Xe Launcher - Part of the Xenon project by Agent54",
55
"type": "module",
66
"scripts": {

apps/desktop/src-tauri/tauri.conf.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
"bundle": {
2424
"active": true,
2525
"createUpdaterArtifacts": true,
26-
"externalBin": [],
26+
"externalBin": [
27+
"binaries/bun"
28+
],
2729
"icon": [
2830
"icons/32x32.png",
2931
"icons/128x128.png",
@@ -46,5 +48,5 @@
4648
}
4749
},
4850
"productName": "Xe Launcher",
49-
"version": "0.2.11"
51+
"version": "0.2.12"
5052
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xe-launcher-monorepo",
3-
"version": "0.2.11",
3+
"version": "0.2.12",
44
"description": "Xe Launcher monorepo - Part of the Xenon project by Agent54",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)