diff --git a/luci-app-secubox/Makefile b/luci-app-secubox/Makefile index e78abfec..5308599a 100644 --- a/luci-app-secubox/Makefile +++ b/luci-app-secubox/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-secubox -PKG_VERSION:=0.6.1 -PKG_RELEASE:=0 +PKG_VERSION:=0.7.0 +PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind diff --git a/luci-app-secubox/htdocs/luci-static/resources/secubox/api.js b/luci-app-secubox/htdocs/luci-static/resources/secubox/api.js index 55caae12..05c7c604 100644 --- a/luci-app-secubox/htdocs/luci-static/resources/secubox/api.js +++ b/luci-app-secubox/htdocs/luci-static/resources/secubox/api.js @@ -8,7 +8,7 @@ * RPCD object: luci.secubox */ -// Version: 0.3.1 +// Version: 0.7.0 var callStatus = rpc.declare({ object: 'luci.secubox',