Skip to content

Commit 3947eeb

Browse files
authored
bump artcraft 0.28 -> 0.29 (#1426)
1 parent 5eb2abf commit 3947eeb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22
/// The version of the ArtCraft desktop app reported in the UI and via Analytics.
33
/// This should match the CI builds.
4-
pub const ARTCRAFT_VERSION: &str = "0.28.0";
4+
pub const ARTCRAFT_VERSION: &str = "0.29.0";

crates/desktop/artcraft/tauri-mac.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.0.0-rc",
33
"productName": "ArtCraft",
4-
"version": "0.28.0",
4+
"version": "0.29.0",
55
"identifier": "ai.artcraft.app",
66
"build": {
77
"frontendDist": "../../../frontend/apps/artcraft/dist",

crates/desktop/artcraft/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.0.0-rc",
33
"productName": "ArtCraft",
4-
"version": "0.28.0",
4+
"version": "0.29.0",
55
"identifier": "ai.artcraft.app",
66
"build": {
77
"frontendDist": "../../../frontend/apps/artcraft/dist",

0 commit comments

Comments
 (0)