From 4134e68f3bf13118afdad5fa2a1a61c1a780abfb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 2 May 2026 13:29:45 +0000 Subject: [PATCH] chore(staging): v0.53.7 --- Cargo.toml | 2 +- app/package.json | 2 +- app/src-tauri/Cargo.toml | 2 +- app/src-tauri/tauri.conf.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a7d3068d4..e988fa0a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openhuman" -version = "0.53.6" +version = "0.53.7" edition = "2021" description = "OpenHuman core business logic and RPC server" autobins = false diff --git a/app/package.json b/app/package.json index 886216209..38fa4c534 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "openhuman-app", - "version": "0.53.6", + "version": "0.53.7", "type": "module", "engines": { "node": ">=24.0.0" diff --git a/app/src-tauri/Cargo.toml b/app/src-tauri/Cargo.toml index 3e2f47971..52ea794c8 100644 --- a/app/src-tauri/Cargo.toml +++ b/app/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "OpenHuman" -version = "0.53.6" +version = "0.53.7" 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 a1192c6c7..0389935ee 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.53.6", + "version": "0.53.7", "identifier": "com.openhuman.app", "build": { "beforeDevCommand": "pnpm run dev",