Skip to content

Commit

Permalink
Update to 2.0.1
Browse files Browse the repository at this point in the history
Fix the github button and modify version number
  • Loading branch information
Zac0511 committed Jul 20, 2024
1 parent 3f0f795 commit b400d27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions index-puter.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,9 @@
</div>
</div>
<div id="icon-buttons">
<a href="https://github.com/Zac0511/Puter-AI-PWA">
<md-outlined-icon-button aria-label="Github">
<md-icon class="material-icons">code</md-icon>
</md-outlined-icon-button>
<md-outlined-icon-button aria-label="Github" onclick="window.open('https://github.com/Zac0511/Puter-AI-PWA/', '_blank');">
<md-icon class="material-icons">code</md-icon>
</md-outlined-icon-button>
</a>
</div>
<p>Powered by Puter</p>
Expand Down Expand Up @@ -205,4 +204,4 @@
</script>
</body>

</html>
</html>
2 changes: 1 addition & 1 deletion settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h2>Puter account settings</h2>
<div id="container">
<div id="infos">
<h3>Infos</h3>
<p>Puter AI PWA - v2.0.0</p>
<p>Puter AI PWA - v2.0.1</p>
<p>Made by Zac0511</p>
</div>
</div>
Expand Down

0 comments on commit b400d27

Please sign in to comment.