Update Apple Binaries

This commit is contained in:
Mykola Grymalyuk
2021-06-08 11:49:53 -06:00
parent b576e5a511
commit c98021b14c
2 changed files with 2 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
- NVMeFix (1.0.9 rolling - 06-08-2021)
- WhateverGreen (1.5.1 rolling - 06-08-2021)
- RestrictEvents (1.0.3 rolling - 06-08-2021)
- Apple Binaries (0.0.13 release - 06-08)
## 0.1.6
- Add XHCI UEFI Driver for 3rd Party USB 3.0 Controllers

View File

@@ -40,7 +40,7 @@ class Constants:
self.sidecarfixup_version = "1.0.2"
self.innie_version = "1.3.0"
self.fw_kext = "1.0.0"
self.payload_version = "0.0.8"
self.payload_version = "0.0.13"
# Get resource path
self.current_path = Path(__file__).parent.parent.resolve()