diff --git a/package.json b/package.json index 0c37e56..7b400db 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "whispassist", "private": true, - "version": "0.4.0", + "version": "0.5.0", "type": "module", "description": "Privacy-first, fully local Windows meeting assistant.", "license": "MIT OR Apache-2.0", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 86d0481..bdb8896 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -6043,7 +6043,7 @@ dependencies = [ [[package]] name = "whispassist" -version = "0.4.0" +version = "0.5.0" dependencies = [ "argon2", "async-trait", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 779457b..3a9e61b 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "whispassist" -version = "0.4.0" +version = "0.5.0" description = "Privacy-first, fully local Windows meeting assistant" authors = ["WhispAssist contributors"] license = "MIT OR Apache-2.0" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 3fb58cd..0b363d6 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "WhispAssist", - "version": "0.4.0", + "version": "0.5.0", "identifier": "bet.dou.whispassist", "build": { "frontendDist": "../dist",