diff --git a/framework/package-lock.json b/framework/package-lock.json index de344000a79..f48c48ac3bd 100644 --- a/framework/package-lock.json +++ b/framework/package-lock.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.4.7", + "version": "0.4.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/framework/package.json b/framework/package.json index 284bce93f4e..ceb02e502ac 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.4.8", + "version": "0.4.9", "description": "Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", diff --git a/sdk/package-lock.json b/sdk/package-lock.json index 3d62ce7a375..051556bc5d3 100644 --- a/sdk/package-lock.json +++ b/sdk/package-lock.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "2.3.7", + "version": "2.3.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sdk/package.json b/sdk/package.json index a757dfde5ac..d0db0dc8fdb 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "2.3.8", + "version": "2.3.9", "description": "Official SDK for the Lisk blockchain application platform", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0", @@ -25,6 +25,6 @@ "@liskhq/bignum": "1.3.1", "@liskhq/lisk-cryptography": "2.3.0", "@liskhq/lisk-transactions": "2.3.1", - "lisk-framework": "0.4.8" + "lisk-framework": "0.4.9" } }