From c1cd7ba26d80b7460c8bcf9ba43a52aa1c282ddb Mon Sep 17 00:00:00 2001 From: altafan <18440657+altafan@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:36:30 +0100 Subject: [PATCH] v3.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 301c047..8f4512e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vulpemventures/secp256k1-zkp", - "version": "3.2.0", + "version": "3.2.1", "description": "Essential methods of the secp256k1-zkp lib exported to TS/JS for handling Elements confidential transactions", "main": "build/main/index.js", "typings": "build/main/index.d.ts",