version bump

This commit is contained in:
Satinder Grewal 2018-02-19 23:26:13 +11:00
parent 94523cc5fc
commit 6d7a45e1fa
4 changed files with 5 additions and 4 deletions

3
.gitignore vendored
View File

@ -1,2 +1,3 @@
node_modules
build
build
npm-debug\.log

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

View File

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