diff --git a/CHANGELOG.md b/CHANGELOG.md index e90231935..daf443377 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,6 +80,7 @@ - Lilu 1.5.4 rolling (f69a972 - 06-20-2021) - RestrictEvents 1.0.3 rolling (3773ce2 - 06-20-2021) - SidecarFixup 1.0.2 rolling (2c29166 - 06-21-2021) + - PatcherSupportPkg 0.0.18 - Allow AirPlay to Mac support on Skylake - Coffeelake Macs ## 0.1.9 diff --git a/Resources/Constants.py b/Resources/Constants.py index f95590e8b..13c5731d9 100644 --- a/Resources/Constants.py +++ b/Resources/Constants.py @@ -44,7 +44,7 @@ class Constants: self.latebloom_version = "0.19" self.disk = "" self.patch_disk = "" - self.patcher_support_pkg_version = "0.0.15" # PatcherSupportPkg + self.patcher_support_pkg_version = "0.0.18" # PatcherSupportPkg # Get resource path self.current_path = Path(__file__).parent.parent.resolve()