From a92aa037ce44f474370ba7b379b2c8478cc4a7e3 Mon Sep 17 00:00:00 2001 From: Hardly Difficult Date: Thu, 10 Oct 2019 14:04:25 -0700 Subject: [PATCH] Bump version (#135) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 642e16f..cc219fc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hardlydifficult-ethereum-contracts", - "version": "0.5.3", + "version": "0.5.4", "description": "A collection of reusable contracts and Javascript helpers for Ethereum.", "scripts": { "compile": "truffle compile",