From e9f5b7bb09b798778f068a981f9470f810b27008 Mon Sep 17 00:00:00 2001 From: Ariel Barmat Date: Thu, 28 May 2020 12:38:46 -0300 Subject: [PATCH] Release 0.2.0 --- ethpm.json | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ethpm.json b/ethpm.json index ece5207dc..b199f18c0 100644 --- a/ethpm.json +++ b/ethpm.json @@ -1,6 +1,6 @@ { "package_name": "graphprotocol", - "version": "0.1.0", + "version": "0.2.0", "description": "Contracts for the Graph Protocol", "authors": [], "keywords": ["graphQL", "dapp", "query"], diff --git a/package-lock.json b/package-lock.json index 8256496c7..21047e813 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/contracts", - "version": "0.1.3", + "version": "0.2.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eb77181c2..22aca736f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/contracts", - "version": "0.1.3", + "version": "0.2.0", "description": "Contracts for the Graph Protocol", "directories": { "test": "test"