version bump fix

This commit is contained in:
satindergrewal 2017-12-01 01:19:19 +13:00
parent b590a4ae29
commit 2af477a7bb
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-Simple - v0.7.0-beta2</title>
<title>BarterDEX-Simple - v0.7.1-beta</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet">

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "BarterDEX-Simple",
"version": "0.7.0-beta2",
"version": "0.7.1-beta",
"description": "A simple BarterDEX Implimentation with powertools for Traders",
"main": "main.js",
"scripts": {