From b89e1310a21c899201c9d2620d6dd6507eb41a13 Mon Sep 17 00:00:00 2001 From: Shusetsu Toda Date: Tue, 3 Aug 2021 20:32:46 +0200 Subject: [PATCH] :arrow_up: Bump version --- framework/package-lock.json | 2 +- framework/package.json | 2 +- sdk/package-lock.json | 2 +- sdk/package.json | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) 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" } }