Skip to content

Commit b230833

Browse files
committed
7.0.1
1 parent c68dd50 commit b230833

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,6 +1,6 @@
11
from .use_everywhere import SeedEverywhere, AnythingEverywherePrompts
22

3-
UE_VERSION = "7.0"
3+
UE_VERSION = "7.0.1"
44

55
NODE_CLASS_MAPPINGS = { "Seed Everywhere": SeedEverywhere }
66

js/use_everywhere_utilities.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { app } from "../../scripts/app.js";
22
import { settingsCache } from "./use_everywhere_cache.js";
33
import { link_is_from_subgraph_input, node_graph, visible_graph, wrap_input } from "./use_everywhere_subgraph_utils.js";
44

5-
export const VERSION = "7.0"
5+
export const VERSION = "7.0.1"
66

77
export function create( tag, clss, parent, properties ) {
88
const nd = document.createElement(tag);

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.0"
4+
version = "7.0.1"
55
license = { file = "LICENSE" }
66

77
[project.urls]

0 commit comments

Comments
 (0)