From b612d26b25a5ca4c121f3835d5b7e86f75e7d373 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Fri, 26 Dec 2025 10:00:31 +0100 Subject: [PATCH] chore: bump luci-app-secubox to version 0.0.5-beta MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Final version with modern light theme dashboard: - Beautiful clean design with gradient header - Dynamic circular gauges with real-time updates - Auto-refresh functionality - Responsive layout - All permissions fixed 🤖 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 d88df43f..36d5ef7d 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.4-beta +PKG_VERSION:=0.0.5-beta PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind