diff --git a/package-lock.json b/package-lock.json index 644ec7c..e13d167 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lnd-grpc", - "version": "0.4.0-beta.8", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 47b3119..f01dc25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lnd-grpc", - "version": "0.4.0-beta.8", + "version": "0.4.0", "description": "Repository of lnd rpc protocol files and utilities for working with them", "main": "./dist/index.js", "engines": {