Skip to content

Commit

Permalink
🔖 version: bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ImDarkTom committed Sep 5, 2024
1 parent f0f209a commit 3da4fb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2",
"version": "1.1",
"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.2</span>
<span class="version-text">v1.1.0</span>
</div>
<div class="nav-buttons">
<a href="/gallery" class="gallery-nav-link icon gallery"></a>
Expand Down

0 comments on commit 3da4fb5

Please sign in to comment.