We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5f822 commit c10f087Copy full SHA for c10f087
3 files changed
app/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "openhuman-app",
3
- "version": "0.51.18",
+ "version": "0.51.19",
4
"type": "module",
5
"scripts": {
6
"dev": "vite",
app/src-tauri/Cargo.toml
[package]
name = "OpenHuman"
-version = "0.51.18"
+version = "0.51.19"
description = "OpenHuman - AI-powered Super Assistant"
authors = ["OpenHuman"]
edition = "2021"
app/src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenHuman",
"identifier": "com.openhuman.app",
"build": {
7
"beforeDevCommand": "npm run core:stage && npm run dev",
0 commit comments