Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smccle committed Aug 9, 2023
1 parent 6bdf04b commit a9b9ff7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<button class="btn" data-title="Account Settings" id="account">
Account Settings
</button>
<p id="ver">v1.5.9</p>
<p id="ver">v1.6.0</p>
</div>

<div class="projects-container">
Expand Down
2 changes: 1 addition & 1 deletion src/views/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
</label>
</div>
<div id="settingsMenu"></div>
<i id="ver" style="font-size: 2rem;">v1.5.9</i>
<i id="ver" style="font-size: 2rem;">v1.6.0</i>
<iframe frameborder="0" id="iframe"></iframe>
<div style="display: none;" class="tocl tocl-4">
<p class="toclp">Console</p>
Expand Down

0 comments on commit a9b9ff7

Please sign in to comment.