From 806d357c60ed54fed7030851daf2085aac5099aa Mon Sep 17 00:00:00 2001 From: Sloan Thompson Date: Tue, 5 May 2020 14:18:33 -0400 Subject: [PATCH] Explicit depends Pinning the token-dashboard keep-core version to the mainnet release that's getting ready to go out. --- solidity/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solidity/package.json b/solidity/package.json index 8a6c7d647e..296849fb05 100644 --- a/solidity/package.json +++ b/solidity/package.json @@ -1,6 +1,6 @@ { "name": "@keep-network/keep-core", - "version": "1.2.0-pre", + "version": "1.1.2", "description": "Smart Contracts for the Keep Network Core", "repository": { "type": "git",