latest spvdex mm for all OSs, version bump

This commit is contained in:
satindergrewal 2018-01-01 19:06:39 +13:00
parent b543494fe5
commit acd8c75136
6 changed files with 3 additions and 3 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -5,7 +5,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>BarterDEX - v0.8.1-beta</title>
<title>BarterDEX - v0.8.2-beta</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet" id="bright_css_style">

View File

@ -20,7 +20,7 @@ const killmm = require('./ipc/killmm');
const appBasicInfo = {
name: 'BarterDEX',
version: '0.8.1-beta'
version: '0.8.2-beta'
};
app.setName(appBasicInfo.name);

View File

@ -1,6 +1,6 @@
{
"name": "BarterDEX",
"version": "0.8.1-beta",
"version": "0.8.2-beta",
"description": "Full BarterDEX implimentation with powertools for Traders",
"main": "main.js",
"scripts": {