Skip to content

Commit

Permalink
Update loading page to display version number 0.1.0-rc15.9.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
truemiller committed May 14, 2024
1 parent ebfaa0b commit c25683f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron/loading/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<svg viewBox="0 0 1024 1024" focusable="false" data-icon="loading" width="1em" height="1em" fill="black" aria-hidden="true"><path d="M988 548c-19.9 0-36-16.1-36-36 0-59.4-11.6-117-34.6-171.3a440.45 440.45 0 00-94.3-139.9 437.71 437.71 0 00-139.9-94.3C629 83.6 571.4 72 512 72c-19.9 0-36-16.1-36-36s16.1-36 36-36c69.1 0 136.2 13.5 199.3 40.3C772.3 66 827 103 874 150c47 47 83.9 101.8 109.7 162.7 26.7 63.1 40.2 130.2 40.2 199.3.1 19.9-16 36-35.9 36z"></path></svg>
</span>
</div>
<p>0.1.0-rc15.9.7.4</p>
<p>0.1.0-rc15.9.7.5</p>
<!-- <div id="text" class="text">Loading...</div> -->
</div>
</body>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@
"start": "electron .",
"build": "rm -rf dist/ && electron-builder build"
},
"version": "0.1.0-rc15.9.7.4"
"version": "0.1.0-rc15.9.7.5"
}

0 comments on commit c25683f

Please sign in to comment.