From d61dcf2821c5dc2bcbf5a4cf86638b864acdd1bc Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Fri, 26 Dec 2025 09:31:24 +0100 Subject: [PATCH] chore: bump luci-app-secubox to version 0.0.2-beta MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated version to reflect new features: - Enhanced Settings page with 40+ options - New Alerts page with filtering and sorting - New Monitoring page with real-time graphs 🤖 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 43fec0dd..ba649e87 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.1-beta +PKG_VERSION:=0.0.2-beta PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind