modified: gui/index.html

modified:   main.js
	modified:   package.json
This commit is contained in:
lLuis 2018-03-19 13:19:06 -04:00
parent 75384f350f
commit f8ba0abf3b
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.12-rc</title>
<title>BarterDEX - v0.8.13-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.12-rc'
version: '0.8.13-rc'
};
app.setName(appBasicInfo.name);

View File

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