From 9a6ea84637a997639ab69d88362ac466952c3b3d Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Sat, 21 Mar 2026 21:46:10 +0000 Subject: [PATCH] chore: bump version to 0.2.3 [skip ci] --- package.json | 2 +- python/pyproject.toml | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 612f0ba..2e2b6b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "voice-to-notes", - "version": "0.2.2", + "version": "0.2.3", "description": "Desktop app for transcribing audio/video with speaker identification", "type": "module", "scripts": { diff --git a/python/pyproject.toml b/python/pyproject.toml index 1f007d7..90cd63c 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "voice-to-notes" -version = "0.2.2" +version = "0.2.3" description = "Python sidecar for Voice to Notes — transcription, diarization, and AI services" requires-python = ">=3.11" license = "MIT" diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 6d98080..cbf6e39 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voice-to-notes" -version = "0.2.2" +version = "0.2.3" description = "Voice to Notes — desktop transcription with speaker identification" authors = ["Voice to Notes Contributors"] license = "MIT" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 6c471d7..4c56f9b 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Voice to Notes", - "version": "0.2.2", + "version": "0.2.3", "identifier": "com.voicetonotes.app", "build": { "beforeDevCommand": "npm run dev",