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"
|
resolver = "2"
|
||||||
|
|
||||||
[workspace.package]
|
[workspace.package]
|
||||||
version = "0.1.0"
|
version = "0.4.1"
|
||||||
authors = ["Abraham Tugalov (original)", "Bossiara13 (fork)"]
|
authors = ["Abraham Tugalov (original)", "Bossiara13 (fork)"]
|
||||||
license = "GPL-3.0-only"
|
license = "GPL-3.0-only"
|
||||||
repository = "https://github.com/DmitryBykov-ISPO/J.A.R.V.I.S-rust"
|
repository = "https://github.com/DmitryBykov-ISPO/J.A.R.V.I.S-rust"
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://schema.tauri.app/config/2",
|
"$schema": "https://schema.tauri.app/config/2",
|
||||||
"productName": "jarvis-app",
|
"productName": "jarvis-app",
|
||||||
"version": "0.0.3",
|
"version": "0.4.1",
|
||||||
"identifier": "com.priler.jarvis",
|
"identifier": "com.priler.jarvis",
|
||||||
"build": {
|
"build": {
|
||||||
"beforeDevCommand": "npm run dev",
|
"beforeDevCommand": "npm run dev",
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "jarvis-app",
|
"name": "jarvis-app",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.1.0",
|
"version": "0.4.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue