version bump

This commit is contained in:
satindergrewal 2018-01-25 05:55:40 +13:00
parent a592957ac8
commit 187b7dfa6d
3 changed files with 3 additions and 3 deletions

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.5-rc</title>
<title>BarterDEX - v0.8.6-rc</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.5-rc'
version: '0.8.6-rc'
};
app.setName(appBasicInfo.name);

View File

@ -1,6 +1,6 @@
{
"name": "BarterDEX",
"version": "0.8.5-rc",
"version": "0.8.6-rc",
"description": "Full BarterDEX implimentation with powertools for Traders",
"main": "main.js",
"scripts": {