Tag Beta 0.3.0 (#1126)
This commit is contained in:
parent
41c5c32d51
commit
23cb069ca8
|
@ -4,7 +4,7 @@ import { getValues } from '../utils/helpers';
|
||||||
export const languages = require('./languages.json');
|
export const languages = require('./languages.json');
|
||||||
|
|
||||||
// Displays in the footer
|
// Displays in the footer
|
||||||
export const VERSION = '0.2.1 (BETA)';
|
export const VERSION = '0.3.0 (BETA)';
|
||||||
export const N_FACTOR = 8192;
|
export const N_FACTOR = 8192;
|
||||||
|
|
||||||
// Displays at the top of the site, make message empty string to remove.
|
// Displays at the top of the site, make message empty string to remove.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "MyCrypto",
|
"name": "MyCrypto",
|
||||||
"author": "MyCryptoHQ",
|
"author": "MyCryptoHQ",
|
||||||
"version": "0.2.1",
|
"version": "0.3.0",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"description": "MyCrypto web and electron app",
|
"description": "MyCrypto web and electron app",
|
||||||
"repository": "https://github.com/MyCryptoHQ/MyCrypto",
|
"repository": "https://github.com/MyCryptoHQ/MyCrypto",
|
||||||
|
|
Loading…
Reference in New Issue