fix D text and update SW

This commit is contained in:
2025-05-12 23:15:56 +02:00
parent 583b01d92e
commit 1919dad1bf
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -1,4 +1,4 @@
const rpgDicesVersion = "rpg-dices-v0.2.2"
const rpgDicesVersion = "rpg-dices-v0.3.0"
const assets = [
"/",
"/index.html",
@@ -25,7 +25,9 @@ const assets = [
"/assets/dices/12.svg",
"/assets/dices/20.svg",
"/assets/dices/100.svg",
"/assets/dices/custom.svg",,
"/assets/dices/custom.svg",
"/assets/i18n/de.json",
"/assets/i18n/en.json",
"/assets/icons/icon.svg",
]