Skip to content

Commit 69ab0fd

Browse files
committed
Increment Apple Binaries
1 parent 504cdc6 commit 69ab0fd

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
- Expand AppleGraphicsPowerManagement and AppleGraphicsDeviceControl Override support
1212
- Fix MacBookPro8,2/3 Brightness Control
1313
- dGPU must be disabled via NVRAM or deMUXed
14+
- Increment binaries:
15+
- Apple Binaries 478f6a6 (0.0.7 release - 05-16-2021)
1416

1517
## 0.1.4
1618
- Fix Device Path formatting on 2012+ iMacs

Resources/Constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def __init__(self):
3939
self.nvmefix_version = "1.0.7"
4040
self.sidecarfixup_version = "1.0.0"
4141
self.innie_version = "1.3.0"
42-
self.payload_version = "0.0.6"
42+
self.payload_version = "0.0.7"
4343

4444
# Get resource path
4545
self.current_path = Path(__file__).parent.parent.resolve()

0 commit comments

Comments
 (0)