chore: bump version to 0.2.2 [skip ci]

This commit is contained in:
Gitea Actions
2026-03-21 18:56:14 +00:00
parent 9250ff25c3
commit d2d111a5c7
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "voice-to-notes",
"version": "0.2.1",
"version": "0.2.2",
"description": "Desktop app for transcribing audio/video with speaker identification",
"type": "module",
"scripts": {

View File

@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "voice-to-notes"
version = "0.2.1"
version = "0.2.2"
description = "Python sidecar for Voice to Notes — transcription, diarization, and AI services"
requires-python = ">=3.11"
license = "MIT"

View File

@@ -1,6 +1,6 @@
[package]
name = "voice-to-notes"
version = "0.2.1"
version = "0.2.2"
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.1",
"version": "0.2.2",
"identifier": "com.voicetonotes.app",
"build": {
"beforeDevCommand": "npm run dev",