From 92e20de8f548e9a302fc56df8d627588983c90b2 Mon Sep 17 00:00:00 2001 From: Jose Ramirez Date: Mon, 15 Aug 2022 14:21:34 -0400 Subject: [PATCH] Bump to 0.1.0-rc.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index f41ad0f..7b7cd97 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "harmony-marketplace-sdk", - "version": "0.1.0-rc.1", + "version": "0.1.0-rc.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "harmony-marketplace-sdk", - "version": "0.1.0-rc.1", + "version": "0.1.0-rc.2", "license": "MIT", "dependencies": { "@ethersproject/abstract-signer": "^5.6.2", diff --git a/package.json b/package.json index 73d286f..7aed8db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "harmony-marketplace-sdk", - "version": "0.1.0-rc.1", + "version": "0.1.0-rc.2", "description": "Harmony Marketplace SDK provides a collection of interfaces to interact with HRC721, HRC1155 and any Smart Contracts that extends those standards.", "author": "Blockcoders ", "license": "MIT",