1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

Merge pull request #56 from oceanprotocol/feature/v0.1.23

Feature/v0.1.24
This commit is contained in:
Sebastian Gerske 2018-11-23 09:12:14 +01:00 committed by GitHub
commit 47f245bbed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/squid",
"version": "0.1.22",
"version": "0.1.24",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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