chore(release): bump version to 0.5.0

This commit is contained in:
iamdoubz
2026-07-12 13:08:56 -05:00
parent 5f300ee177
commit c1de97938e
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -6043,7 +6043,7 @@ dependencies = [
[[package]]
name = "whispassist"
version = "0.4.0"
version = "0.5.0"
dependencies = [
"argon2",
"async-trait",
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -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",