Update version to 0.49.17 across multiple files

- Bumped the version of the "openhuman" package in Cargo.lock and Cargo.toml to 0.49.17.
- Updated the version in app/package.json and app/src-tauri/Cargo.toml to reflect the new release.
- Adjusted the version in app/src-tauri/tauri.conf.json for consistency across the application.
This commit is contained in:
Steven Enamakel
2026-03-29 22:39:48 -07:00
parent cd9e8a137f
commit 5d865fa4e2
6 changed files with 6 additions and 6 deletions
Generated
+1 -1
View File
@@ -5048,7 +5048,7 @@ checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
[[package]]
name = "openhuman"
version = "0.49.16"
version = "0.49.17"
dependencies = [
"aes-gcm",
"anyhow",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "openhuman"
version = "0.49.16"
version = "0.49.17"
edition = "2021"
description = "OpenHuman core business logic and RPC server"
autobins = true
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "openhuman-app",
"version": "0.49.16",
"version": "0.49.17",
"type": "module",
"scripts": {
"dev": "vite",
+1 -1
View File
@@ -4,7 +4,7 @@ version = 4
[[package]]
name = "OpenHuman"
version = "0.49.16"
version = "0.49.17"
dependencies = [
"anyhow",
"chrono",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "OpenHuman"
version = "0.49.16"
version = "0.49.17"
description = "OpenHuman - AI-powered Super Assistant"
authors = ["OpenHuman"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "OpenHuman",
"version": "0.49.16",
"version": "0.49.17",
"identifier": "com.openhuman.app",
"build": {
"beforeDevCommand": "npm run core:stage && npm run dev",