1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00
This commit is contained in:
Sebastian Gerske 2018-11-21 17:00:36 +01:00
parent e4bd6ea84f
commit f2244cf603
3 changed files with 2208 additions and 247 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.20
current_version = 0.1.21
[bumpversion:file:package.json]

2451
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/squid",
"version": "0.1.20",
"version": "0.1.21",
"description": "JavaScript client library for Ocean Protocol",
"main": "dist/squid.js",
"scripts": {