From 85dfe1ff9009c177cb20fcf3606b886eb8174fb1 Mon Sep 17 00:00:00 2001 From: Jose Ramirez Date: Thu, 7 Jul 2022 09:36:38 -0400 Subject: [PATCH] Bump to 0.1.0-rc.1 --- 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 23c07b5..b26dc7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "harmony-marketplace-sdk", - "version": "0.1.0-beta.3", + "version": "0.1.0-rc.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "harmony-marketplace-sdk", - "version": "0.1.0-beta.3", + "version": "0.1.0-rc.1", "license": "MIT", "dependencies": { "@ethersproject/abstract-signer": "^5.6.2", diff --git a/package.json b/package.json index 598e85a..fd3d71e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "harmony-marketplace-sdk", - "version": "0.1.0-beta.3", + "version": "0.1.0-rc.1", "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",