diff --git a/integration_tests/package.json b/integration_tests/package.json index aa08427d..7b3d69cb 100644 --- a/integration_tests/package.json +++ b/integration_tests/package.json @@ -6,8 +6,8 @@ }, "dependencies": { "@helium/crypto": "^3.7.0", - "@helium/http": "^3.18.0", + "@helium/http": "^3.19.0", "@helium/transactions": "^3.15.0" }, - "version": "3.18.0" + "version": "3.19.0" } diff --git a/lerna.json b/lerna.json index aa8c2c29..73be02a7 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "integration_tests", "packages/*" ], - "version": "3.18.0", + "version": "3.19.0", "npmClient": "yarn" } diff --git a/packages/http/package.json b/packages/http/package.json index 3f2e3d53..035d75fa 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helium/http", - "version": "3.18.0", + "version": "3.19.0", "description": "HTTP library for interacting with the Helium blockchain API", "keywords": [ "helium",