diff --git a/CHANGELOG.md b/CHANGELOG.md index 586e5d9..9e34699 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.7.4 (2023-07-30) +### Fix +* Clicked_lockable_block.json ([`3ebdd3e`](https://github.com/Smithed-MC/Libraries/commit/3ebdd3e31e2d1e31d7a57cb8c85ead4de085a62a)) + ## v0.7.3 (2023-06-25) ### Fix * **actionbar:** Ensure api tags **exist** ([`6ebba8c`](https://github.com/Smithed-MC/Libraries/commit/6ebba8c5bf4cb92bf13f0a1ca575a7f49210cd08)) diff --git a/pyproject.toml b/pyproject.toml index d263d55..02dc3f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "smithed-libraries" -version = "0.7.3" +version = "0.7.4" description = "All of the Smithed Libraries" authors = ["Smithed Council "] license = "MIT" diff --git a/smithed_libraries/__init__.py b/smithed_libraries/__init__.py index 483a511..fd176df 100644 --- a/smithed_libraries/__init__.py +++ b/smithed_libraries/__init__.py @@ -4,7 +4,7 @@ from . import plugins -__version__ = "0.7.3" +__version__ = "0.7.4" __all__ = [ "actionbar",