1 parent e8f33d6 commit 5ec1a37Copy full SHA for 5ec1a37
3 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "chaosengine-desktop",
3
"private": true,
4
- "version": "0.8.0",
+ "version": "0.9.0",
5
"type": "module",
6
"scripts": {
7
"dev": "vite",
src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "chaosengineai"
-version = "0.8.0"
+version = "0.9.0"
description = "ChaosEngineAI desktop shell for local AI model inference"
authors = ["OpenAI Codex"]
edition = "2021"
src-tauri/tauri.conf.json
@@ -2,7 +2,7 @@
"$schema": "https://schema.tauri.app/config/2",
"productName": "ChaosEngineAI",
"mainBinaryName": "ChaosEngineAI",
"identifier": "com.chaosengineai.desktop",
"build": {
8
"beforeBuildCommand": "npm run build",
0 commit comments