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

Merge pull request #104 from oceanprotocol/feature/bump_version

Bumped version 0.2.6 -> 0.2.7
This commit is contained in:
Javier Cortejoso 2019-01-10 18:23:06 +01:00 committed by GitHub
commit 99887cc5e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@oceanprotocol/squid",
"version": "0.2.6",
"version": "0.2.7",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/node/squid.js",
"browser": "./dist/browser/squid.cjs2.min.js",