chore: bump version to 1.4.1 [skip ci]

This commit is contained in:
Gitea Actions
2026-04-06 20:53:15 +00:00
parent 3bcf4f09a3
commit a8e2e7dca8
4 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "local-transcription",
"private": true,
"version": "1.4.0",
"version": "1.4.1",
"type": "module",
"scripts": {
"dev": "vite dev",

View File

@@ -1,6 +1,6 @@
[package]
name = "local-transcription"
version = "1.4.0"
version = "1.4.1"
description = "Real-time speech-to-text transcription for streamers"
authors = ["Local Transcription Contributors"]
edition = "2021"

View File

@@ -1,6 +1,6 @@
{
"productName": "Local Transcription",
"version": "1.4.0",
"version": "1.4.1",
"identifier": "com.localtranscription.app",
"build": {
"frontendDist": "../dist",

View File

@@ -1,7 +1,7 @@
"""Version information for Local Transcription."""
__version__ = "1.4.0"
__version_info__ = (1, 0, 1)
__version__ = "1.4.1"
__version_info__ = (1, 4, 1)
# Version history:
# 1.4.0 - Auto-update feature: