Skip to content

Commit f33fa21

Browse files
jiaweingclaude
andcommitted
chore: bump version to 1.3.12
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 9173095 commit f33fa21

3 files changed

Lines changed: 3 additions & 3 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": "desktop",
33
"private": true,
4-
"version": "1.3.11",
4+
"version": "1.3.12",
55
"type": "module",
66
"scripts": {
77
"dev": "tauri dev -- --features bria",

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 = "backstage"
3-
version = "1.3.11"
3+
version = "1.3.12"
44
description = "YouTube Thumbnail Studio"
55
authors = ["you"]
66
edition = "2021"

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": "Backstage",
4-
"version": "1.3.11",
4+
"version": "1.3.12",
55
"identifier": "com.backstage.desktop",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)