mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-18 15:11:47 +00:00
Use version from package.json (#2000)
This commit is contained in:
parent
88933836d2
commit
a5873758fb
@ -9,9 +9,7 @@ export const languages = require('./languages.json');
|
||||
export const discordURL = 'https://discord.gg/VSaTXEA';
|
||||
|
||||
// Displays in the footer
|
||||
const VERSION_ELECTRON = packageJson['electron-version'];
|
||||
const VERSION_WEB = packageJson.version;
|
||||
export const VERSION = process.env.BUILD_ELECTRON ? VERSION_ELECTRON : VERSION_WEB;
|
||||
export const VERSION = packageJson.version;
|
||||
export const N_FACTOR = 8192;
|
||||
|
||||
// Bricks the app once this date has been exceeded. Remember to update these 2
|
||||
|
@ -2,7 +2,6 @@
|
||||
"name": "MyCrypto",
|
||||
"author": "MyCryptoHQ",
|
||||
"version": "1.1.0",
|
||||
"electron-version": "1.0.0-alpha.6",
|
||||
"main": "main.js",
|
||||
"description": "MyCrypto web and electron app",
|
||||
"repository": "https://github.com/MyCryptoHQ/MyCrypto",
|
||||
|
Loading…
x
Reference in New Issue
Block a user