From 0d98ca759be891342729f34920a0871648240a4e Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Fri, 26 Dec 2025 09:42:44 +0100 Subject: [PATCH] chore: bump luci-app-secubox to version 0.0.3-beta MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated version to reflect circular gauges restoration: - Beautiful circular SVG gauges for System Health - Improved visual design with smooth animations - Enhanced user experience on dashboard 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- luci-app-secubox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-secubox/Makefile b/luci-app-secubox/Makefile index ba649e87..2a863cae 100644 --- a/luci-app-secubox/Makefile +++ b/luci-app-secubox/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-secubox -PKG_VERSION:=0.0.2-beta +PKG_VERSION:=0.0.3-beta PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind