From 891014894ecbcd579baf6672d04a357415cc71cc Mon Sep 17 00:00:00 2001 From: Daniel Ternyak Date: Sat, 17 Feb 2018 18:49:19 -0600 Subject: [PATCH] Tag Beta 0.3.2 (#1132) * Patch Web3 boolean logic * Tag Beta 0.3.2 --- common/config/data.tsx | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config/data.tsx b/common/config/data.tsx index 50634514..de3a0424 100644 --- a/common/config/data.tsx +++ b/common/config/data.tsx @@ -4,7 +4,7 @@ import { getValues } from '../utils/helpers'; export const languages = require('./languages.json'); // Displays in the footer -export const VERSION = '0.3.1 (BETA)'; +export const VERSION = '0.3.2 (BETA)'; export const N_FACTOR = 8192; // Displays at the top of the site, make message empty string to remove. diff --git a/package.json b/package.json index 00bef33b..8500cb76 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "MyCrypto", "author": "MyCryptoHQ", - "version": "0.3.1", + "version": "0.3.2", "main": "main.js", "description": "MyCrypto web and electron app", "repository": "https://github.com/MyCryptoHQ/MyCrypto",