Skip to content

Commit

Permalink
🔖 version: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ImDarkTom committed Aug 6, 2024
1 parent 85567e7 commit 711d30e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "comfyuimini",
"version": "1.0.1",
"version": "1.0.2",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
2 changes: 1 addition & 1 deletion src/views/partials/nav.ejs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="nav-container">
<div class="icon-container">
<img src="/img/android-chrome-icon.png" alt="ComfyUI Mini Icon" class="nav-icon">
<span class="version-text">v1.0.1</span>
<span class="version-text">v1.0.2</span>
</div>
<a href="/settings" class="settings-icon-wrapper">
<div class="icon settings nav-settings"></div>
Expand Down

0 comments on commit 711d30e

Please sign in to comment.