diff --git a/integration_tests/package.json b/integration_tests/package.json index 558fc559..928d4666 100644 --- a/integration_tests/package.json +++ b/integration_tests/package.json @@ -6,9 +6,9 @@ }, "dependencies": { "@helium/address": "^4.0.0", - "@helium/crypto": "^4.0.0", - "@helium/http": "^4.0.0", - "@helium/transactions": "^4.0.0" + "@helium/crypto": "^4.1.0", + "@helium/http": "^4.1.0", + "@helium/transactions": "^4.1.0" }, - "version": "4.0.0" + "version": "4.1.0" } diff --git a/lerna.json b/lerna.json index 4431c1ae..8a9c2a1a 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "integration_tests", "packages/*" ], - "version": "4.0.0", + "version": "4.1.0", "npmClient": "yarn" } diff --git a/packages/crypto-react-native/package.json b/packages/crypto-react-native/package.json index 22f6213e..faba407d 100644 --- a/packages/crypto-react-native/package.json +++ b/packages/crypto-react-native/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crypto-react-native", - "version": "4.0.0", + "version": "4.1.0", "description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding for React Native", "keywords": [ "helium", diff --git a/packages/crypto/package.json b/packages/crypto/package.json index 33ce7d6f..b92ab482 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crypto", - "version": "4.0.0", + "version": "4.1.0", "description": "Cryptography utilities including mnemonics, keypairs and base58-check encoding", "keywords": [ "helium", diff --git a/packages/http/package.json b/packages/http/package.json index d587ec47..66223c97 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helium/http", - "version": "4.0.0", + "version": "4.1.0", "description": "HTTP library for interacting with the Helium blockchain API", "keywords": [ "helium", diff --git a/packages/transactions/package.json b/packages/transactions/package.json index 118fe4fd..dc91fbae 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@helium/transactions", - "version": "4.0.0", + "version": "4.1.0", "description": "Construct and serialize Helium blockchain transaction primatives", "keywords": [ "helium", @@ -34,7 +34,7 @@ "path": "^0.12.7" }, "devDependencies": { - "@helium/crypto": "^4.0.0" + "@helium/crypto": "^4.1.0" }, "gitHead": "16442bef09f90dd9a83d4c9e1a347de3e80575e4" }