chore: bump version to 0.2.45 [skip ci]

This commit is contained in:
Gitea Actions
2026-03-23 20:53:55 +00:00
parent c4fffad027
commit e0e1638327
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "voice-to-notes"
version = "0.2.44"
version = "0.2.45"
description = "Voice to Notes — desktop transcription with speaker identification"
authors = ["Voice to Notes Contributors"]
license = "MIT"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Voice to Notes",
"version": "0.2.44",
"version": "0.2.45",
"identifier": "com.voicetonotes.app",
"build": {
"beforeDevCommand": "npm run dev",