From 87ae4798a59b321bf5dd36646041182f466fe18d Mon Sep 17 00:00:00 2001 From: Piotr Dyraga Date: Tue, 17 Aug 2021 13:04:27 +0200 Subject: [PATCH] solidity/v0.1.0 release Set the version to 0.1.0 in `solidity/package.json` for solidity/v0.1.0 release. --- solidity/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/solidity/package.json b/solidity/package.json index 4342da8bc..7097dc7ea 100644 --- a/solidity/package.json +++ b/solidity/package.json @@ -1,5 +1,6 @@ { "name": "@keep-network/tbtc-v2", + "version": "0.1.0", "license": "MIT", "scripts": { "build": "hardhat compile",