Skip to content

Commit

Permalink
modified: gui/index.html
Browse files Browse the repository at this point in the history
	modified:   main.js
	modified:   package.json
  • Loading branch information
siulynot committed Apr 9, 2018
1 parent 32336f0 commit b17aaed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gui/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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 - v1.0.0-rc</title>
<title>BarterDEX - v1.0.1-rc</title>

<!-- Bootstrap -->
<link href="css/bootstrap.min.css" type="text/css" rel="stylesheet" id="bright_css_style">
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const electron = require('electron'),
killmm = require('./ipc/killmm'),
appBasicInfo = {
name: 'BarterDEX',
version: '1.0.0-rc'
version: '1.0.1-rc'
};
var shepherd = require('./ipc/shepherd-ipc'),
MNZdICOIcon;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BarterDEX",
"version": "1.0.0-rc",
"version": "1.0.1-rc",
"description": "Full BarterDEX implimentation with powertools for Traders",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit b17aaed

Please sign in to comment.