From 98d4e15d4f97ae5309562c7e4a4e6754451184ec Mon Sep 17 00:00:00 2001 From: Mauricio Casares Diaz Date: Tue, 6 Apr 2021 13:35:04 -0300 Subject: [PATCH] feat(sc): bump the minor version to get a release cut Bump the minor version to get a release cut stlx-2516 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2c40f26..88f6a6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bitgo/smart-contracts", - "version": "2.0.1", + "version": "2.1.0", "description": "A library to build Ethereum smart contract function calls.", "main": "dist/index.js", "types": "dist/types/index.d.ts",