chore: bump workspace version to 0.4.1
This commit is contained in:
parent
eedf4aad90
commit
7dff5024c4
3 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "jarvis-app",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"version": "0.4.1",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue