Bump version: 0.2.3 → 0.3.0

This commit is contained in:
Jamie Pine
2026-03-17 00:25:56 -07:00
parent a6817cd082
commit 7b25e0ba0b
10 changed files with 38 additions and 11 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@voicebox/tauri",
"private": true,
"version": "0.2.3",
"version": "0.3.0",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "voicebox"
version = "0.2.3"
version = "0.3.0"
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.2.3",
"version": "0.3.0",
"identifier": "sh.voicebox.app",
"build": {
"beforeDevCommand": "bun run dev",