From 750d647999324ad47e1136b877f97ebe96c7d181 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Sun, 28 Dec 2025 21:47:17 +0100 Subject: [PATCH] chore: Bump release versions - network-modes 0.4.6-r2 and cdn-cache 0.4.1-r2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated internal release numbers for network-modes and cdn-cache modules. Version updates: - luci-app-network-modes: 0.4.6-r1 → 0.4.6-r2 - luci-app-cdn-cache: 0.4.1-r1 → 0.4.1-r2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- luci-app-cdn-cache/Makefile | 2 +- luci-app-network-modes/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-cdn-cache/Makefile b/luci-app-cdn-cache/Makefile index 760bf84c..2e365db4 100644 --- a/luci-app-cdn-cache/Makefile +++ b/luci-app-cdn-cache/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-cdn-cache PKG_VERSION:=0.4.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind diff --git a/luci-app-network-modes/Makefile b/luci-app-network-modes/Makefile index 115b4b69..7bca3071 100644 --- a/luci-app-network-modes/Makefile +++ b/luci-app-network-modes/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-network-modes PKG_VERSION:=0.4.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind