feat: apply setting changes and add commit feature

This commit is contained in:
2023-09-07 17:39:33 +02:00
parent bf96c1e29d
commit a39f57bac1
11 changed files with 93 additions and 26 deletions

2
src-tauri/Cargo.lock generated
View File

@@ -85,7 +85,7 @@ checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
[[package]]
name = "app"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"serde",
"serde_json",

View File

@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.4.2"
version = "0.5.0"
description = "A Tauri App"
authors = ["Thea Schöbl <dev@theaninova.de>"]
license = "AGPL-3"

View File

@@ -8,7 +8,7 @@
},
"package": {
"productName": "amacc1ng",
"version": "0.4.2"
"version": "0.5.0"
},
"tauri": {
"allowlist": {