chore: bump version to 0.2.18 [skip ci]

This commit is contained in:
Gitea Actions
2026-03-22 17:56:00 +00:00
parent 7f1fa1904c
commit 31044b9ad2
3 changed files with 3 additions and 3 deletions

View File

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

View File

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