Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit cb23556

Browse files
committed
Bump version to 1.0.6
1 parent 5b8a9ba commit cb23556

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

js/templates/pageNav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h2 class="ion-android-close custCol-text clickable"></h2>
139139
</div>
140140
<div class="about-hero modal-hero-about color-secondary custCol-secondary-darken">
141141
<div class="modal-hero-icon"></div>
142-
<p class="width100 alignCenter custCol-text marginTop50 textOpacity75 fontSize14">Version 1.0.4</p>
142+
<p class="width100 alignCenter custCol-text marginTop50 textOpacity75 fontSize14">Version 1.0.6</p>
143143
</div>
144144
<div class="aboutModal-accordion accordion js-profileAccordion">
145145
<div class="accordion-window">

main.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ var start_local_server = function() {
129129
});
130130
subpy.unref();
131131
}
132+
if (fs.existsSync(__dirname + path.sep + '..' + path.sep + 'gpg')) {
133+
process.env.PATH = __dirname + path.sep + '..' + path.sep + 'gpg' + path.sep + 'pub' + path.sep + ';' + process.env.PATH;
134+
}
132135
};
133136

134137
// Check if we need to kick off the python server-daemon (Desktop app)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "OpenBazaar",
3-
"version": "1.0.4",
3+
"version": "1.0.6",
44
"description": "OpenBazaar Client",
55
"main": "main.js",
66
"repository": {

0 commit comments

Comments
 (0)