mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2025-12-12 13:56:16 +00:00
update version hook
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "app"
|
||||
version = "0.5.0"
|
||||
version = "0.6.3"
|
||||
description = "A Tauri App"
|
||||
authors = ["Thea Schöbl <dev@theaninova.de>"]
|
||||
license = "AGPL-3"
|
||||
|
||||
@@ -6,21 +6,14 @@
|
||||
"devPath": "http://localhost:5173",
|
||||
"distDir": "../build"
|
||||
},
|
||||
"package": {
|
||||
"productName": "amacc1ng",
|
||||
"version": "0.5.0"
|
||||
},
|
||||
"package": { "productName": "amacc1ng", "version": "0.6.3" },
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
"all": false
|
||||
},
|
||||
"allowlist": { "all": false },
|
||||
"bundle": {
|
||||
"active": true,
|
||||
"category": "DeveloperTool",
|
||||
"copyright": "AGPL-3.0-or-later",
|
||||
"deb": {
|
||||
"depends": []
|
||||
},
|
||||
"deb": { "depends": [] },
|
||||
"externalBin": [],
|
||||
"icon": [
|
||||
"icons/32x32.png",
|
||||
@@ -47,9 +40,7 @@
|
||||
"timestampUrl": ""
|
||||
}
|
||||
},
|
||||
"security": {
|
||||
"csp": null
|
||||
},
|
||||
"security": { "csp": null },
|
||||
"updater": {
|
||||
"active": true,
|
||||
"endpoints": [
|
||||
|
||||
Reference in New Issue
Block a user