From 35e28c6135a498248fae2ae4616fd9430d2de1b1 Mon Sep 17 00:00:00 2001 From: Andrew Allen Date: Thu, 28 Oct 2021 13:49:10 -0400 Subject: [PATCH] v3.48.0 --- integration_tests/package.json | 4 ++-- lerna.json | 2 +- packages/http/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/integration_tests/package.json b/integration_tests/package.json index 2dd7fbd6..0272dbf9 100644 --- a/integration_tests/package.json +++ b/integration_tests/package.json @@ -6,8 +6,8 @@ }, "dependencies": { "@helium/crypto": "^3.45.0", - "@helium/http": "^3.47.0", + "@helium/http": "^3.48.0", "@helium/transactions": "^3.46.0" }, - "version": "3.47.0" + "version": "3.48.0" } diff --git a/lerna.json b/lerna.json index 7de885ea..41125514 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "integration_tests", "packages/*" ], - "version": "3.47.0", + "version": "3.48.0", "npmClient": "yarn" } diff --git a/packages/http/package.json b/packages/http/package.json index f5ae8190..a93e519d 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helium/http", - "version": "3.47.0", + "version": "3.48.0", "description": "HTTP library for interacting with the Helium blockchain API", "keywords": [ "helium",