From 6e20f9d959155d7163a1ee9bee015e90b2617402 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Sun, 28 Dec 2025 20:03:46 +0100 Subject: [PATCH] chore: Bump version to 0.4.5 for all core modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated internal version numbers to align with v0.4.5 release tag. Version updates: - luci-app-network-modes: 0.3.6-r2 → 0.4.5-r1 - luci-theme-secubox: 0.4.0-r1 → 0.4.5-r1 - luci-app-secubox: 0.3.1-r1 → 0.4.5-r1 - luci-app-system-hub: 0.4.0-r1 → 0.4.5-r1 All modules now synchronized at version 0.4.5, reflecting the latest improvements including: - Menu reorganization (Network & Connectivity category) - Dual menu access for Network Modes - Enhanced RPCD permissions - Robust version handling across all modules - Improved OOP structure for helpers - SecuBox overview modules updates 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- luci-app-network-modes/Makefile | 4 ++-- luci-app-secubox/Makefile | 2 +- luci-app-system-hub/Makefile | 2 +- luci-theme-secubox/Makefile | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/luci-app-network-modes/Makefile b/luci-app-network-modes/Makefile index 8f3547af..bea549ba 100644 --- a/luci-app-network-modes/Makefile +++ b/luci-app-network-modes/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-network-modes -PKG_VERSION:=0.3.6 -PKG_RELEASE:=2 +PKG_VERSION:=0.4.5 +PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind diff --git a/luci-app-secubox/Makefile b/luci-app-secubox/Makefile index a8892bb5..9e235250 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.3.1 +PKG_VERSION:=0.4.5 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind diff --git a/luci-app-system-hub/Makefile b/luci-app-system-hub/Makefile index d97569ba..a756ad2f 100644 --- a/luci-app-system-hub/Makefile +++ b/luci-app-system-hub/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-system-hub -PKG_VERSION:=0.4.0 +PKG_VERSION:=0.4.5 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind diff --git a/luci-theme-secubox/Makefile b/luci-theme-secubox/Makefile index 08b2d1d5..068a1d19 100644 --- a/luci-theme-secubox/Makefile +++ b/luci-theme-secubox/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-theme-secubox -PKG_VERSION:=0.4.0 +PKG_VERSION:=0.4.5 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind