Skip to content

Commit 9bde534

Browse files
committed
Bump version: 0.1.11 → 0.1.12
1 parent 97eb570 commit 9bde534

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.11
2+
current_version = 0.1.12
33
commit = True
44
tag = True
55
tag_name = v{new_version}

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voicebox/app",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"private": true,
55
"type": "module",
66
"scripts": {

backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Backend package
22

3-
__version__ = "0.1.11"
3+
__version__ = "0.1.12"

landing/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@voicebox/landing",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"description": "Landing page for voicebox.sh",
55
"scripts": {
66
"dev": "bun --bun next dev --turbo",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "voicebox",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"private": true,
55
"workspaces": [
66
"app",

tauri/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@voicebox/tauri",
33
"private": true,
4-
"version": "0.1.11",
4+
"version": "0.1.12",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

tauri/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 = "voicebox"
3-
version = "0.1.11"
3+
version = "0.1.12"
44
description = "A production-quality desktop app for Qwen3-TTS voice cloning and generation"
55
authors = ["you"]
66
license = ""

tauri/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": "Voicebox",
4-
"version": "0.1.11",
4+
"version": "0.1.12",
55
"identifier": "sh.voicebox.app",
66
"build": {
77
"beforeDevCommand": "bun run dev",

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@voicebox/web",
33
"private": true,
4-
"version": "0.1.11",
4+
"version": "0.1.12",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

0 commit comments

Comments
 (0)