From 62e478ab380e8d5ac87b9d8b1751a82f641b9ef4 Mon Sep 17 00:00:00 2001 From: Andrew Allen Date: Tue, 27 Jul 2021 11:16:53 -0700 Subject: [PATCH] v3.38.3 --- 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 a001a002..42be53b4 100644 --- a/integration_tests/package.json +++ b/integration_tests/package.json @@ -6,8 +6,8 @@ }, "dependencies": { "@helium/crypto": "^3.38.0", - "@helium/http": "^3.38.2", + "@helium/http": "^3.38.3", "@helium/transactions": "^3.38.0" }, - "version": "3.38.2" + "version": "3.38.3" } diff --git a/lerna.json b/lerna.json index a7ab0bde..8858a3f6 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "integration_tests", "packages/*" ], - "version": "3.38.2", + "version": "3.38.3", "npmClient": "yarn" } diff --git a/packages/http/package.json b/packages/http/package.json index d7e5ec30..2ad935b0 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helium/http", - "version": "3.38.2", + "version": "3.38.3", "description": "HTTP library for interacting with the Helium blockchain API", "keywords": [ "helium",