Skip to content

Commit c10f087

Browse files
chore(release): v0.51.19
1 parent fa5f822 commit c10f087

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

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.51.18",
3+
"version": "0.51.19",
44
"type": "module",
55
"scripts": {
66
"dev": "vite",

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.51.18"
3+
version = "0.51.19"
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.51.18",
4+
"version": "0.51.19",
55
"identifier": "com.openhuman.app",
66
"build": {
77
"beforeDevCommand": "npm run core:stage && npm run dev",

0 commit comments

Comments
 (0)