Increment build version

This commit is contained in:
Mykola Grymalyuk
2020-12-01 15:48:53 -07:00
parent 362b3e4065
commit c6eb016d85
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
# OpenCore Legacy Patcher changelog # OpenCore Legacy Patcher changelog
## 0.0.3
## 0.0.2 ## 0.0.2
- Expand IOHIDFamily Patch to all Nvidia chipsets - Expand IOHIDFamily Patch to all Nvidia chipsets
- Fix Airdrop 1.0 support - Fix Airdrop 1.0 support
+1 -1
View File
@@ -13,7 +13,7 @@ import zipfile
from Resources import * from Resources import *
# List build versions # List build versions
patcher_version = "0.0.2" patcher_version = "0.0.3"
CustomSMBIOS=False CustomSMBIOS=False
MainMenu=True MainMenu=True