diff --git a/Cargo.toml b/Cargo.toml index 74e0658..41326a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ resolver = "2" [workspace.package] -version = "0.1.0" +version = "0.4.1" authors = ["Abraham Tugalov (original)", "Bossiara13 (fork)"] license = "GPL-3.0-only" repository = "https://github.com/DmitryBykov-ISPO/J.A.R.V.I.S-rust" diff --git a/crates/jarvis-gui/tauri.conf.json b/crates/jarvis-gui/tauri.conf.json index d962ab3..4a799b2 100644 --- a/crates/jarvis-gui/tauri.conf.json +++ b/crates/jarvis-gui/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "jarvis-app", - "version": "0.0.3", + "version": "0.4.1", "identifier": "com.priler.jarvis", "build": { "beforeDevCommand": "npm run dev", diff --git a/frontend/package.json b/frontend/package.json index 53ee59f..f37b367 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "jarvis-app", "private": true, - "version": "0.1.0", + "version": "0.4.1", "type": "module", "scripts": { "dev": "vite",