diff --git a/framework/package-lock.json b/framework/package-lock.json index 3d0b3e9d75c..289fade5402 100644 --- a/framework/package-lock.json +++ b/framework/package-lock.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/framework/package.json b/framework/package.json index 4d95c798f87..958de38afdb 100644 --- a/framework/package.json +++ b/framework/package.json @@ -1,6 +1,6 @@ { "name": "lisk-framework", - "version": "0.4.3", + "version": "0.4.4", "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 4283116a1ff..12a11815627 100644 --- a/sdk/package-lock.json +++ b/sdk/package-lock.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "2.3.3", + "version": "2.3.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/sdk/package.json b/sdk/package.json index bf119249d69..2a0daa319cc 100644 --- a/sdk/package.json +++ b/sdk/package.json @@ -1,6 +1,6 @@ { "name": "lisk-sdk", - "version": "2.3.3", + "version": "2.3.4", "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.3" + "lisk-framework": "0.4.4" } }