diff --git a/package.json b/package.json index 6ac4012..7fdbcdf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "local-transcription", "private": true, - "version": "2.0.8", + "version": "2.0.9", "type": "module", "scripts": { "dev": "vite dev", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 92aba16..10ea163 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-transcription" -version = "2.0.8" +version = "2.0.9" description = "Real-time speech-to-text transcription for streamers" authors = ["Local Transcription Contributors"] edition = "2021" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 10e96fe..9caed5c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,6 +1,6 @@ { "productName": "Local Transcription", - "version": "2.0.8", + "version": "2.0.9", "identifier": "net.anhonesthost.local-transcription", "build": { "frontendDist": "../dist", diff --git a/version.py b/version.py index 4ebda4c..a0a48ba 100644 --- a/version.py +++ b/version.py @@ -1,7 +1,7 @@ """Version information for Local Transcription.""" -__version__ = "2.0.8" -__version_info__ = (2, 0, 8) +__version__ = "2.0.9" +__version_info__ = (2, 0, 9) # Version history: # 1.4.0 - Auto-update feature: