Skip to content

Commit 9fb45e0

Browse files
chore(release): v0.63.11 [skip ci]
1 parent 18db547 commit 9fb45e0

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openhuman"
3-
version = "0.63.10"
3+
version = "0.63.11"
44
edition = "2021"
55
description = "OpenHuman core business logic and RPC server"
66
# The crate ships a verbatim GPLv3 `LICENSE` file but carried no `license` key,

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openhuman-app",
3-
"version": "0.63.10",
3+
"version": "0.63.11",
44
"type": "module",
55
"engines": {
66
"node": ">=24.0.0"

app/src-tauri/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "OpenHuman"
3-
version = "0.63.10"
3+
version = "0.63.11"
44
description = "OpenHuman - AI-powered Super Assistant"
55
authors = ["OpenHuman"]
66
edition = "2021"

app/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "OpenHuman",
4-
"version": "0.63.10",
4+
"version": "0.63.11",
55
"identifier": "com.openhuman.app",
66
"build": {
77
"beforeDevCommand": "pnpm run dev",

0 commit comments

Comments
 (0)