From 02592d4c51bcd7f8d03e54310198df74471967f3 Mon Sep 17 00:00:00 2001 From: arnaucube Date: Wed, 22 Feb 2023 18:29:25 +0100 Subject: [PATCH] v0.0.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f0d382f..93ea111 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blindsecp256k1", - "version": "0.0.8", + "version": "0.0.9", "description": "Blind signatures over secp256k1, compatible with https://github.com/arnaucube/go-blindsecp256k1", "main": "dist/index", "types": "dist/index",