From 52d21d89c6c2b2104c7d9278383a54a67525fa53 Mon Sep 17 00:00:00 2001 From: CyberMind-FR Date: Sat, 31 Jan 2026 07:35:03 +0100 Subject: [PATCH] chore(p2p): Bump version to 0.3.0 Co-Authored-By: Claude Opus 4.5 --- package/secubox/secubox-p2p/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/secubox/secubox-p2p/Makefile b/package/secubox/secubox-p2p/Makefile index e5dfe88e..ac520a78 100644 --- a/package/secubox/secubox-p2p/Makefile +++ b/package/secubox/secubox-p2p/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=secubox-p2p -PKG_VERSION:=0.2.0 +PKG_VERSION:=0.3.0 PKG_RELEASE:=1 PKG_MAINTAINER:=SecuBox Team