Bump version: 0.4.4 → 0.4.5

This commit is contained in:
Jamie Pine
2026-04-21 22:06:19 -07:00
parent d61e884104
commit ed2eec591a
10 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "voicebox"
version = "0.4.4"
version = "0.4.5"
description = "A production-quality desktop app for Qwen3-TTS voice cloning and generation"
authors = ["you"]
license = ""
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Voicebox",
"version": "0.4.4",
"version": "0.4.5",
"identifier": "sh.voicebox.app",
"build": {
"beforeDevCommand": "bun run dev",