diff --git a/package-lock.json b/package-lock.json index f7eab8f..b864831 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lnd-grpc", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f798da7..61a5477 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lnd-grpc", - "version": "0.3.0", + "version": "0.3.1", "description": "Repository of lnd rpc protocol files and utilities for working with them", "main": "./dist/index.js", "engines": {