From 2c605d0d5e1599458c0fe33aeb1f380f6c5dc06d Mon Sep 17 00:00:00 2001 From: Arnaud Date: Wed, 8 Jul 2026 14:51:42 +0400 Subject: [PATCH] Match version with libplum --- libplum.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libplum.nimble b/libplum.nimble index 6744764..b749ede 100644 --- a/libplum.nimble +++ b/libplum.nimble @@ -1,7 +1,7 @@ mode = ScriptMode.Verbose packageName = "libplum" -version = "0.0.1" +version = "0.6.0" author = "Status Research & Development GmbH" description = "Nim binding for libplum (PCP, NAT-PMP, UPnP-IGD port mapping)" license = "Apache License 2.0 or MIT"