Skip to content

Commit d30413f

Browse files
chore: bump desktop app to 0.1.12
1 parent 32a0e51 commit d30413f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sajilo-desktop",
33
"private": true,
4-
"version": "0.1.11",
4+
"version": "0.1.12",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

apps/desktop/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": "Sajilo",
4-
"version": "0.1.11",
4+
"version": "0.1.12",
55
"identifier": "com.sajilo.app",
66
"build": {
77
"beforeDevCommand": "bun run dev",

0 commit comments

Comments
 (0)