More languages added & version number finally set to 0.5.1.

This commit is contained in:
koichixD
2026-02-09 21:49:24 +01:00
parent 417b83bb41
commit cfec10b1bf
10 changed files with 259 additions and 4 deletions
+1 -1
View File
@@ -2676,7 +2676,7 @@ dependencies = [
[[package]]
name = "quasar-items-editor"
version = "0.5.0"
version = "0.5.1"
dependencies = [
"serde",
"serde_json",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "quasar-items-editor"
version = "0.5.0"
version = "0.5.1"
description = "Item Editor für das Quasar Advanced Inventory"
authors = ["koichixD"]
edition = "2021"
+1 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "quasar-items-editor",
"version": "0.5.0",
"version": "0.5.1",
"identifier": "com.wf.quasar-items-editor",
"build": {
"beforeDevCommand": "npm run dev",