Skip to content

Commit 4b0b3fa

Browse files
committed
7.6.1 labels
1 parent 2cd74e5 commit 4b0b3fa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from comfy_api.latest import ComfyExtension, io
22
from .use_everywhere import SeedEverywhere, AnythingEverywhere, AnythingSomewhere, AnythingEverywhereTriplet, SimpleString, ComboClone, AnythingEverywherePrompts
33

4-
UE_VERSION = "7.6"
4+
UE_VERSION = "7.6.1"
55
WEB_DIRECTORY = "./js"
66
__all__ = [ "WEB_DIRECTORY"]
77

js/shared.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const VERSION = "7.6"
1+
export const VERSION = "7.6.1"
22

33
class Shared {
44
constructor() {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "cg-use-everywhere"
33
description = "A set of nodes that allow data to be 'broadcast' to some or all unconnected inputs. Greatly reduces link spaghetti."
4-
version = "7.6"
4+
version = "7.6.1"
55
license = { file = "LICENSE" }
66
dependencies = [
77
"comfyui-frontend-package>=1.25.0"

0 commit comments

Comments
 (0)