Tag Beta 0.3.1 (#1129)

This commit is contained in:
Daniel Ternyak 2018-02-17 18:27:30 -06:00 committed by GitHub
parent 2f23aa96de
commit e630b1f9ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import { getValues } from '../utils/helpers';
export const languages = require('./languages.json');
// Displays in the footer
export const VERSION = '0.3.0 (BETA)';
export const VERSION = '0.3.1 (BETA)';
export const N_FACTOR = 8192;
// Displays at the top of the site, make message empty string to remove.

View File

@ -1,7 +1,7 @@
{
"name": "MyCrypto",
"author": "MyCryptoHQ",
"version": "0.3.0",
"version": "0.3.1",
"main": "main.js",
"description": "MyCrypto web and electron app",
"repository": "https://github.com/MyCryptoHQ/MyCrypto",