2 Commits

Author SHA1 Message Date
d9183f952a 2.0.2 2024-11-08 15:48:26 +01:00
913a833824 fix: build 2024-11-08 15:47:20 +01:00
4 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "charachorder-device-manager",
"version": "2.0.1",
"version": "2.0.2",
"license": "AGPL-3.0-or-later",
"private": true,
"engines": {

View File

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

View File

@@ -6,7 +6,7 @@
"devPath": "http://localhost:5173",
"distDir": "../build"
},
"package": { "productName": "amacc1ng", "version": "2.0.1" },
"package": { "productName": "amacc1ng", "version": "2.0.2" },
"tauri": {
"allowlist": { "all": false },
"bundle": {

View File

@@ -2,7 +2,7 @@
let { children } = $props();
</script>
<h1><a href="/firmware">Firmware Updates</a></h1>
<h1><a href="/ccos">Firmware Updates</a></h1>
{@render children()}