From 7e608705c0dd9b61d5ce69b7b4a1afab2a7b550e Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 9 Dec 2019 12:56:13 +0100 Subject: [PATCH] bump to squid-js v1.0.0 --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 562171b..6854aa6 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ See the page titled "[Ways to Contribute](https://docs.oceanprotocol.com/concept ## 🏛 License ```text -Copyright 2018 Ocean Protocol Foundation Ltd. +Copyright 2019 Ocean Protocol Foundation Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/package.json b/package.json index 5743206..2d77c20 100644 --- a/package.json +++ b/package.json @@ -3,10 +3,10 @@ "version": "1.0.0", "description": "React + squid.js interacting in the most minimal way with Ocean Protocol.", "dependencies": { - "@oceanprotocol/squid": "^1.0.0-beta.7", + "@oceanprotocol/squid": "^1.0.0", "react": "^16.12.0", "react-dom": "^16.12.0", - "react-scripts": "^3.2.0", + "react-scripts": "^3.3.0", "web3": "^1.2.4" }, "scripts": {