diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe1f84..b62ba8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Security ### Dependencies - Bump `flatpak/flatpak-github-actions` from 6.2 to 6.3 ([#13](https://github.com/MechanicalFlower/Marble/pull/13)) -- Bump `ubuntu` from v20 to v22 ([#1](https://github.com/MechanicalFlower/Marble/pull/15)) +- Bump `ubuntu` from v20 to v22 ([#15](https://github.com/MechanicalFlower/Marble/pull/15)) +- Bump `kobewi/godot-universal-fade` from ddab6c2 to f091514 ([#12](https://github.com/MechanicalFlower/Marble/pull/12)) [Unreleased]: https://github.com/MechanicalFlower/Marble/compare/1.4.1...HEAD diff --git a/plug.gd b/plug.gd index b91f2ab..c6e9ff3 100644 --- a/plug.gd +++ b/plug.gd @@ -3,4 +3,4 @@ extends "res://addons/gd-plug/plug.gd" func _plugging(): plug("godot-extended-libraries/godot-debug-menu", {"commit": "2d5d67012c76b272173dcfb4947a65dc385fab94"}) - plug("KoBeWi/Godot-Universal-Fade", {"commit": "ddab6c26cf174fab107fbd6b4e66a5a350e83c22"}) + plug("KoBeWi/Godot-Universal-Fade", {"commit": "f091514bba652880f81c5bc8809e0ee4498988ea"})