diff --git a/package-lock.json b/package-lock.json index c011714..150d193 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "truffle-assertions", - "version": "0.6.0", + "version": "0.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3405730..bce038e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "truffle-assertions", - "version": "0.6.0", + "version": "0.6.1", "description": "Additional assertions and utilities for testing Ethereum smart contracts in Truffle unit tests", "main": "index.js", "scripts": {},