Skip to content

Commit 057a1f7

Browse files
chore: bump desktop to v0.0.43
1 parent 8f7e236 commit 057a1f7

5 files changed

Lines changed: 5 additions & 5 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": "@repo/desktop",
3-
"version": "0.0.42",
3+
"version": "0.0.43",
44
"private": true,
55
"description": "",
66
"keywords": [],

apps/desktop/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "desktop"
3-
version = "0.0.42"
3+
version = "0.0.43"
44
description = ""
55
authors = { workspace = true }
66
license = { workspace = true }

apps/desktop/src-tauri/tauri.appstore.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": "FocusCat",
4-
"version": "0.0.42",
4+
"version": "0.0.43",
55
"mainBinaryName": "FocusCat",
66
"identifier": "com.buildergroup.focuscat",
77
"build": {

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": "FocusCat - Development",
4-
"version": "0.0.42",
4+
"version": "0.0.43",
55
"identifier": "com.buildergroup.focuscat.dev",
66
"mainBinaryName": "FocusCat - Development",
77
"build": {

apps/desktop/src-tauri/tauri.prod.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": "FocusCat",
4-
"version": "0.0.42",
4+
"version": "0.0.43",
55
"mainBinaryName": "FocusCat",
66
"identifier": "com.buildergroup.focuscat",
77
"bundle": {

0 commit comments

Comments
 (0)