From e86837330525b60c9198d7cee1878feae9110080 Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Wed, 17 Dec 2025 16:34:06 +0100 Subject: [PATCH] version 0.1.1 --- groth16.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/groth16.nimble b/groth16.nimble index b95697a..ed01093 100644 --- a/groth16.nimble +++ b/groth16.nimble @@ -1,4 +1,4 @@ -version = "0.1.0" +version = "0.1.1" author = "Balazs Komuves" description = "Groth16 proof system" license = "MIT OR Apache-2.0"