Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
noisymime committed Aug 30, 2020
1 parent e8220b1 commit d92aa50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion UI/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,9 @@ <h3>Stim Configuration</h3>
<!-- Footer -->
<div id="footer">
<ul class="copyright">
<li>&copy; Josh Stewart.</li><li>Details: <a href="http://speeduino.com">Speeduino</a></li>
<li>&copy; Josh Stewart.</li>
<li>Details: <a href="http://speeduino.com">Speeduino</a></li>
<li>Version: <span id="versionSpan"></span></li>
</ul>
</div>

Expand Down
2 changes: 1 addition & 1 deletion UI/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Ardu-Stim",
"version": "0.0.3",
"version": "0.0.4",
"description": "Ardu-Stim engine simulator - Speeduino Version",
"main": "main.js",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions UI/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ window.onload = function ()
redrawGears(toothPatterns[0]);
window.location.hash = '#connect';
checkForUpdates();
document.getElementById('versionSpan').innerHTML = remote.app.getVersion();
//animateGauges();
};

0 comments on commit d92aa50

Please sign in to comment.