From 5e6c25ad9bdbfcfe57b41aba59e11f4fa2267d1a Mon Sep 17 00:00:00 2001 From: shuse2 Date: Mon, 6 Feb 2023 12:20:00 +0100 Subject: [PATCH] 0.3.4 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 857515e..79fb601 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@liskhq/lisk-db", - "version": "0.3.3", + "version": "0.3.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@liskhq/lisk-db", - "version": "0.3.3", + "version": "0.3.4", "license": "Apache-2.0", "dependencies": { "@mapbox/node-pre-gyp": "^1.0.9", diff --git a/package.json b/package.json index edc7be4..2a02829 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@liskhq/lisk-db", - "version": "0.3.3", + "version": "0.3.4", "description": "A database access implementation according to the Lisk protocol", "author": "Lisk Foundation , lightcurve GmbH ", "license": "Apache-2.0",