Bump version: 0.1.3 → 0.1.4

This commit is contained in:
Jamie Pine
2026-01-27 17:25:15 -08:00
parent 7f66d02591
commit 70cc36857d
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "voicebox"
version = "0.1.3"
version = "0.1.4"
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.1.3",
"version": "0.1.4",
"identifier": "sh.voicebox.app",
"build": {
"beforeDevCommand": "bun run dev",