From ca45b5d0fd2cbfc46cc14631e16d700dce2b2c57 Mon Sep 17 00:00:00 2001 From: Nicholas Rodrigues Lordello Date: Thu, 13 Feb 2020 12:13:52 +0100 Subject: [PATCH] Bump version to v0.2.2 (#542) This bumps contract version to v0.2.2. From what I understand we want to used released version with `dex-services` and the recent change #532 has the nice side effect of including `ERC20Detailed` contract in the build output which the price estimation wants to use. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 085c42507..ef8b8a5ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gnosis.pm/dex-contracts", - "version": "0.2.1", + "version": "0.2.2", "description": "Contracts for dFusion multi-token batch auction exchange", "main": "src/index.js", "directories": {