From 2011015c9a140e06b9cc9408b6026fb8e26bec7a Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Mon, 23 Mar 2026 17:25:07 +0000 Subject: [PATCH] chore: bump version to 0.2.41 [skip ci] --- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 5ffe8dc..d310f7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "voice-to-notes", - "version": "0.2.40", + "version": "0.2.41", "description": "Desktop app for transcribing audio/video with speaker identification", "type": "module", "scripts": { diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index ebada5f..aeaf9c7 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "voice-to-notes" -version = "0.2.40" +version = "0.2.41" 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 c0569c8..b2a00a5 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.40", + "version": "0.2.41", "identifier": "com.voicetonotes.app", "build": { "beforeDevCommand": "npm run dev",