Skip to content

Commit

Permalink
5.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgoringe authored Nov 5, 2024
1 parent bcec26b commit ed30f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .use_everywhere import SeedEverywhere, AnythingEverywherePrompts

UE_VERSION = "5.0.4"
UE_VERSION = "5.0.5"

NODE_CLASS_MAPPINGS = { "Seed Everywhere": SeedEverywhere }

Expand All @@ -27,4 +27,4 @@
# end of temporary code

WEB_DIRECTORY = "./js"
__all__ = ["NODE_CLASS_MAPPINGS", "WEB_DIRECTORY"]
__all__ = ["NODE_CLASS_MAPPINGS", "WEB_DIRECTORY"]

0 comments on commit ed30f63

Please sign in to comment.