Skip to content

Commit

Permalink
Update checkVersion_mixlab.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowcz007 committed Jul 17, 2024
1 parent 929def8 commit f03f34c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/javascript/checkVersion_mixlab.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { app } from '../../../scripts/app.js'
const repoOwner = 'shadowcz007' // 替换为仓库的所有者
const repoName = 'comfyui-mixlab-nodes' // 替换为仓库的名称

const version = 'v0.30.3'
const version = 'v0.30.5'

fetch(`https://api.github.com/repos/${repoOwner}/${repoName}/releases/latest`)
.then(response => response.json())
Expand Down

0 comments on commit f03f34c

Please sign in to comment.