mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-29 22:23:01 +00:00
chore(release): v0.52.0
This commit is contained in:
+1
-1
@@ -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
@@ -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,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,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",
|
||||||
|
|||||||
Reference in New Issue
Block a user