From a663268f66a7d1a0a727a9639f158ab9bcb65344 Mon Sep 17 00:00:00 2001 From: "Michael Bradley, Jr" Date: Tue, 14 Jan 2020 18:15:37 -0600 Subject: [PATCH] bump this fork to 0.6.4 in prep to publish in @embarklabs scope A tag already exists for 0.6.3 so prefer 0.6.4 even though the changes in this fork don't really amount to a patch-level version bump. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c2593f..a9e18cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@embarklabs/ethereumjs-wallet", - "version": "0.6.3", + "version": "0.6.4", "description": "Utilities for handling Ethereum keys", "main": "dist/index.js", "types": "./dist/index.d.ts",