chore: bump workspace version to 0.4.1

This commit is contained in:
Bossiara13 2026-04-27 20:38:26 +03:00
parent eedf4aad90
commit 7dff5024c4
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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",

View file

@ -1,7 +1,7 @@
{
"name": "jarvis-app",
"private": true,
"version": "0.1.0",
"version": "0.4.1",
"type": "module",
"scripts": {
"dev": "vite",