diff --git a/common/config/data.tsx b/common/config/data.tsx index f22df0fe..3d786dea 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.2.0 (BETA)'; +export const VERSION = '0.2.1 (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 54d7263a..978a968c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "MyCrypto", "author": "MyCryptoHQ", - "version": "0.1.0", + "version": "0.2.1", "main": "main.js", "description": "MyCrypto web and electron app", "repository": "https://github.com/MyCryptoHQ/MyCrypto",