From 3793606c7b95c85a3689d461eab2e8df43fcf1aa Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Wed, 31 Dec 2025 11:08:19 +0100 Subject: [PATCH] chore(cdn-cache): bump version to 0.5.0-1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated package version from 0.4.1-3 to 0.5.0-1 Updated API version from 0.2.2 to 0.5.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- luci-app-cdn-cache/Makefile | 4 ++-- .../htdocs/luci-static/resources/cdn-cache/api.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/luci-app-cdn-cache/Makefile b/luci-app-cdn-cache/Makefile index 1ed94e5d..676768d9 100644 --- a/luci-app-cdn-cache/Makefile +++ b/luci-app-cdn-cache/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-cdn-cache -PKG_VERSION:=0.4.1 -PKG_RELEASE:=3 +PKG_VERSION:=0.5.0 +PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind diff --git a/luci-app-cdn-cache/htdocs/luci-static/resources/cdn-cache/api.js b/luci-app-cdn-cache/htdocs/luci-static/resources/cdn-cache/api.js index 21a2311a..53f704c2 100644 --- a/luci-app-cdn-cache/htdocs/luci-static/resources/cdn-cache/api.js +++ b/luci-app-cdn-cache/htdocs/luci-static/resources/cdn-cache/api.js @@ -8,7 +8,7 @@ * RPCD object: luci.cdn-cache */ -// Version: 0.2.2 +// Version: 0.5.0 var callStatus = rpc.declare({ object: 'luci.cdn-cache',