Increment build to 0.3.4

This commit is contained in:
Mykola Grymalyuk
2021-12-14 15:20:59 -07:00
parent 90bc9d81bf
commit b51beb8707
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
# OpenCore Legacy Patcher changelog
## 0.3.4
## 0.3.3
- Disable Asset Caching support with spoofless approach
- Switch to Minimal or higher if required
+1 -1
View File
@@ -14,7 +14,7 @@ from data import os_data
class Constants:
def __init__(self):
# Patcher Versioning
self.patcher_version = "0.3.3" # OpenCore-Legacy-Patcher
self.patcher_version = "0.3.4" # OpenCore-Legacy-Patcher
self.patcher_support_pkg_version = "0.2.8" # PatcherSupportPkg
self.url_patcher_support_pkg = "https://github.com/dortania/PatcherSupportPkg/releases/download/"
self.nightly_url_patcher_support_pkg = "https://nightly.link/dortania/PatcherSupportPkg/workflows/build/master/"