From a1a3b35ec088b28bd38b29b044af749c7a091335 Mon Sep 17 00:00:00 2001 From: Shashank Shekhar Date: Fri, 16 Jul 2021 18:48:17 +0530 Subject: [PATCH] 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96791cf..15e003f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vopay-node", - "version": "1.0.0", + "version": "1.1.0", "description": "An unofficial library that wraps VoPay REST API(s) to be used in node.js projects", "main": "dist/index", "types": "dist/index.d.ts",