From 9f7881b028447b91b8400ca7c5d86e4c9cf47077 Mon Sep 17 00:00:00 2001 From: Mihir Gupta Date: Mon, 7 Jun 2021 17:27:22 +0530 Subject: [PATCH] Upgrade to 0.2.0 for adding webhook payload verification --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bf849e..4d75e68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coinvise", - "version": "0.1.0", + "version": "0.2.0", "description": "Coinvise SDK to interact with the Coinvise API (beta)", "main": "./build/index.js", "types": "./build/index.d.ts",