From f7c06d4d13abf72db0e623ed6b80620f05f59b22 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Tue, 23 Dec 2025 09:32:28 +0100 Subject: [PATCH] reset to v1 --- .claude/context.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/context.md b/.claude/context.md index a86cdfe8..af687816 100644 --- a/.claude/context.md +++ b/.claude/context.md @@ -4,7 +4,7 @@ **Name**: SecuBox **Type**: Modular security suite for OpenWrt routers -**Version**: 2.0.0 +**Version**: 1.0.0 **Author**: CyberMind.fr (Gandalf) **License**: Apache-2.0 @@ -84,7 +84,7 @@ luci-app-{module-name}/ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-{module-name} -PKG_VERSION:=2.0.0 +PKG_VERSION:=1.0.0 PKG_RELEASE:=1 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=CyberMind