From 049c0b58c8d24c8c7f47c03a621e1f4a421256bd Mon Sep 17 00:00:00 2001 From: arnaucube Date: Fri, 5 Feb 2021 23:35:41 +0100 Subject: [PATCH] 0.0.5 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f163d8f..4d5e15b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blindsecp256k1", - "version": "0.0.4", + "version": "0.0.5", "description": "Blind signatures over secp256k1, compatible with https://github.com/arnaucube/go-blindsecp256k1", "main": "dist/index", "types": "dist/index",