diff --git a/Cargo.toml b/Cargo.toml index db23fd0f9..37de163e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ resolver = "2" [package] name = "zeroclawlabs" -version = "0.6.0" +version = "0.6.1" edition = "2021" authors = ["theonlyhennygod"] license = "MIT OR Apache-2.0" diff --git a/apps/tauri/tauri.conf.json b/apps/tauri/tauri.conf.json index 0eca386c6..056863f6c 100644 --- a/apps/tauri/tauri.conf.json +++ b/apps/tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-cli/config.schema.json", "productName": "ZeroClaw", - "version": "0.6.0", + "version": "0.6.1", "identifier": "ai.zeroclawlabs.desktop", "build": { "devUrl": "http://127.0.0.1:42617/_app/",