diff --git a/app/package.json b/app/package.json index 73fb23815..f0b521eea 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "openhuman-app", - "version": "0.49.20", + "version": "0.49.21", "type": "module", "scripts": { "dev": "vite", diff --git a/app/src-tauri/Cargo.toml b/app/src-tauri/Cargo.toml index 7179bc48a..f8adbeb80 100644 --- a/app/src-tauri/Cargo.toml +++ b/app/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "OpenHuman" -version = "0.49.20" +version = "0.49.21" description = "OpenHuman - AI-powered Super Assistant" authors = ["OpenHuman"] edition = "2021" diff --git a/app/src-tauri/tauri.conf.json b/app/src-tauri/tauri.conf.json index 7f7c5d43b..0006c660b 100644 --- a/app/src-tauri/tauri.conf.json +++ b/app/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "OpenHuman", - "version": "0.49.20", + "version": "0.49.21", "identifier": "com.openhuman.app", "build": { "beforeDevCommand": "npm run core:stage && npm run dev", @@ -29,7 +29,15 @@ }, "bundle": { "active": true, - "targets": ["app", "dmg", "deb", "nsis", "msi", "appimage", "updater"], + "targets": [ + "app", + "dmg", + "deb", + "nsis", + "msi", + "appimage", + "updater" + ], "icon": [ "icons/32x32.png", "icons/128x128.png",