From 1bc85f645c3b6a9ceae8065575250cbef99aa6d9 Mon Sep 17 00:00:00 2001 From: Georgi Lazarov Date: Tue, 8 Aug 2023 18:47:31 +0300 Subject: [PATCH] Bump Version (#380) Signed-off-by: georgi-l95 --- 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 1c9730fe..11f90faa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hashgraph/hedera-local", - "version": "2.11.3", + "version": "2.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hashgraph/hedera-local", - "version": "2.11.3", + "version": "2.12.0", "license": "Apache-2.0", "dependencies": { "@hashgraph/hethers": "^1.2.6", diff --git a/package.json b/package.json index 3b425535..6fb06b7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hashgraph/hedera-local", - "version": "2.11.3", + "version": "2.12.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",