Version bump to 1.0.4

This commit is contained in:
eduard256
2025-11-18 14:16:11 +03:00
parent ded9b507d6
commit 06de1c198b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import (
const ( const (
// Version is the application version // Version is the application version
Version = "1.0.3" Version = "1.0.4"
// Banner is the application banner // Banner is the application banner
Banner = ` Banner = `
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "webui", "name": "webui",
"version": "1.0.3", "version": "1.0.4",
"type": "module", "type": "module",
"description": "", "description": "",
"main": "index.js", "main": "index.js",