From dca0432b7c05f7e62a75660b88faa43b1759d0e5 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 28 Jan 2020 14:22:23 +0100 Subject: [PATCH] bump to squid-js 2.0.0-beta.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 106b814..a54c318 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "1.0.0", "description": "React + squid.js interacting in the most minimal way with Ocean Protocol.", "dependencies": { - "@oceanprotocol/squid": "^1.2.0", + "@oceanprotocol/squid": "^2.0.0-beta.0", "react": "^16.12.0", "react-dom": "^16.12.0", "react-scripts": "^3.3.0",