diff --git a/integration_tests/package.json b/integration_tests/package.json index 5038785d..62f29ad5 100644 --- a/integration_tests/package.json +++ b/integration_tests/package.json @@ -5,9 +5,9 @@ "test": "jest" }, "dependencies": { - "@helium/crypto": "^0.0.24", - "@helium/http": "^0.0.24", - "@helium/transactions": "^0.0.24" + "@helium/crypto": "^0.0.25", + "@helium/http": "^0.0.25", + "@helium/transactions": "^0.0.25" }, - "version": "0.0.24" + "version": "0.0.25" } diff --git a/lerna.json b/lerna.json index 0e6279f1..bb007fbf 100644 --- a/lerna.json +++ b/lerna.json @@ -3,6 +3,6 @@ "integration_tests", "packages/*" ], - "version": "0.0.24", + "version": "0.0.25", "npmClient": "yarn" } diff --git a/packages/crypto-react-native/package.json b/packages/crypto-react-native/package.json index 50f80680..0892f293 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": "0.0.24", + "version": "0.0.25", "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 0b1c9de2..2cc3d20a 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@helium/crypto", - "version": "0.0.24", + "version": "0.0.25", "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 5f0c243d..af83ff74 100644 --- a/packages/http/package.json +++ b/packages/http/package.json @@ -1,6 +1,6 @@ { "name": "@helium/http", - "version": "0.0.24", + "version": "0.0.25", "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 a3011c8a..aff55f24 100644 --- a/packages/transactions/package.json +++ b/packages/transactions/package.json @@ -1,6 +1,6 @@ { "name": "@helium/transactions", - "version": "0.0.24", + "version": "0.0.25", "description": "Construct and serialize Helium blockchain transaction primatives", "keywords": [ "helium", @@ -31,7 +31,7 @@ "path": "^0.12.7" }, "devDependencies": { - "@helium/crypto": "^0.0.24" + "@helium/crypto": "^0.0.25" }, "gitHead": "16442bef09f90dd9a83d4c9e1a347de3e80575e4" }