From 3e2c646b8b92f1f0a027442d48dd266b014b4aba Mon Sep 17 00:00:00 2001 From: Ariel Barmat <abarmat@gmail.com> Date: Mon, 14 Dec 2020 17:25:59 -0300 Subject: [PATCH] v1.0.0 --- README.md | 3 +-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c708d3e2d..de4fbef3c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ # Graph Protocol Solidity Smart Contracts - - + ## Contracts diff --git a/package-lock.json b/package-lock.json index 919624083..61c8bab57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/contracts", - "version": "0.7.0-testnet-phase2", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c7ead9aae..63c104ed6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@graphprotocol/contracts", - "version": "0.7.0-testnet-phase2", + "version": "1.0.0", "description": "Contracts for the Graph Protocol", "directories": { "test": "test"