From 7510e4b940f686d410defea83053af2d5b17a48e Mon Sep 17 00:00:00 2001 From: Frederik Zwilling Date: Fri, 28 Jul 2023 17:17:15 +0200 Subject: [PATCH] v0.6.3 version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c54fae0..4e9a471 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@galactica-net/zkkyc", - "version": "0.6.2", + "version": "0.6.3", "description": "Galactica Network's zero-knowledge Know Your Customer (zkKYC) library containing ZK circuit and blockchain library", "main": "dist/index.js", "types": "dist/index.d.ts",