Skip to content

Commit 4ed82ec

Browse files
committed
0.2.0
1 parent 45c15f5 commit 4ed82ec

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "comfyui-frontend-vue-basic",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"type": "module",
55
"dependencies": {
66
"vue": "^3.5.13",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "comfyui_frontend_vue_basic"
33
description = "ComfyUI Frontend Vue Basic is custom node that demonstrate how to use vue as frontend framework along with primevue and vue-i18n, cooperating with ComfyUI API. Needs ComfyUI Frontend 1.25.0 or later."
4-
version = "0.0.16"
4+
version = "0.2.0"
55
license = {file = "LICENSE"}
66
dependencies = []
77

0 commit comments

Comments
 (0)