chore(secubox): bump version to 0.7.0-1
Updated package version from 0.6.1-0 to 0.7.0-1 to reflect: - Fixed appstore race condition causing empty initial load - Fixed RPC expect parameter for getAppstoreApps - Improved error handling in apps and modules views - Added debug logging for troubleshooting - Fixed modules render data flow Updated API version from 0.3.1 to 0.7.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
f08d28d70b
commit
298961a537
@ -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 <contact@cybermind.fr>
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
* RPCD object: luci.secubox
|
||||
*/
|
||||
|
||||
// Version: 0.3.1
|
||||
// Version: 0.7.0
|
||||
|
||||
var callStatus = rpc.declare({
|
||||
object: 'luci.secubox',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user