chore(release): v0.52.0

This commit is contained in:
github-actions[bot]
2026-04-09 20:17:25 +00:00
parent 5d1d7ac8e3
commit 382038fcc8
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "openhuman" name = "openhuman"
version = "0.51.19" version = "0.52.0"
edition = "2021" edition = "2021"
description = "OpenHuman core business logic and RPC server" description = "OpenHuman core business logic and RPC server"
autobins = false autobins = false
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "openhuman-app", "name": "openhuman-app",
"version": "0.51.19", "version": "0.52.0",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "OpenHuman" name = "OpenHuman"
version = "0.51.19" version = "0.52.0"
description = "OpenHuman - AI-powered Super Assistant" description = "OpenHuman - AI-powered Super Assistant"
authors = ["OpenHuman"] authors = ["OpenHuman"]
edition = "2021" edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{ {
"$schema": "https://schema.tauri.app/config/2", "$schema": "https://schema.tauri.app/config/2",
"productName": "OpenHuman", "productName": "OpenHuman",
"version": "0.51.19", "version": "0.52.0",
"identifier": "com.openhuman.app", "identifier": "com.openhuman.app",
"build": { "build": {
"beforeDevCommand": "npm run core:stage && npm run dev", "beforeDevCommand": "npm run core:stage && npm run dev",