remote alerts test file

This commit is contained in:
satindergrewal 2017-12-08 05:07:32 +13:00
parent de184fab20
commit 48b5a1580d
4 changed files with 13 additions and 4 deletions

View File

@ -0,0 +1,6 @@
{
"msg_type": "info",
"message": "<h3>Updated version available!. Download it from here</h3>",
"for_app_version": "0.7.3",
"alert_level": "marque"
}

View File

@ -204,6 +204,9 @@ ipcMain.on('shepherd-command', (event, arg) => {
})
event.returnValue = 'reset_done';
break;
case 'app_info':
event.returnValue = app.getVersion();
break;
}
})

View File

@ -19,7 +19,7 @@ var shepherd = require('./ipc/shepherd-ipc');
const killmm = require('./ipc/killmm');
const appBasicInfo = {
name: 'BarterDEX-Simple',
name: 'BarterDEX',
version: '0.7.3-beta'
};

View File

@ -1,12 +1,12 @@
{
"name": "BarterDEX-Simple",
"name": "BarterDEX",
"version": "0.7.3-beta",
"description": "A simple BarterDEX Implimentation with powertools for Traders",
"description": "Full BarterDEX implimentation with powertools for Traders",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"repository": "https://github.com/SuperNETorg/BarterDEX-Simple.git",
"repository": "https://github.com/SuperNETorg/BarterDEX.git",
"keywords": [
"barterdex",
"jumblr",