Skip to content

Commit c8f71ab

Browse files
slahiriclaude
andcommitted
Bump version to 1.7.0
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 7c9f20a commit c8f71ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/workflow-models-downloader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { api } from "../../scripts/api.js";
22
import { app } from "../../scripts/app.js";
33
import { $el } from "../../scripts/ui.js";
44

5-
const VERSION = "1.6.0";
5+
const VERSION = "1.7.0";
66

77
// Common model directories in ComfyUI
88
const MODEL_DIRECTORIES = [

server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1747,7 +1747,7 @@ def _download_from_url_thread(download_id, url, filename, target_dir):
17471747
@routes.get("/workflow-models/version")
17481748
async def get_version(request):
17491749
"""Get extension version"""
1750-
return web.Response(text="1.6.0")
1750+
return web.Response(text="1.7.0")
17511751

17521752

17531753
@routes.get("/workflow-models/settings")

0 commit comments

Comments
 (0)