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',