From 514d0ea8db2e210a8167cda73407b040447777b9 Mon Sep 17 00:00:00 2001 From: RnkSngh Date: Tue, 24 Sep 2024 08:45:50 -0400 Subject: [PATCH] bump npm version to v3.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 826bbd67..af6a3d28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@open-ibc/vibc-core-smart-contracts", - "version": "3.0.6", + "version": "3.1.0", "main": "dist/index.js", "bin": { "verify-vibc-core-smart-contracts": "./dist/scripts/verify-contract-script.js",