From d4cf91c8148f953dfb44098a0b02953b1c275c70 Mon Sep 17 00:00:00 2001 From: georgi-l95 Date: Fri, 2 Dec 2022 11:33:36 +0200 Subject: [PATCH] bump version (#237) Release version 2.3.0 --- 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 b7bc2efd..b832c6af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hashgraph/hedera-local", - "version": "2.2.1", + "version": "2.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hashgraph/hedera-local", - "version": "2.2.1", + "version": "2.3.0", "license": "Apache-2.0", "dependencies": { "@hashgraph/hethers": "^1.1.2", diff --git a/package.json b/package.json index d8419bdc..0944af50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/hedera-local", - "version": "2.2.1", + "version": "2.3.0", "description": "Developer tooling for running Local Hedera Network (Consensus + Mirror Nodes).", "homepage": "https://github.com/hashgraph/hedera-local-node", "repository": "github.com:hashgraph/hedera-local-node",