diff --git a/Generator/requirements.txt b/Generator/requirements.txt index de741ec..6020a84 100644 --- a/Generator/requirements.txt +++ b/Generator/requirements.txt @@ -1,4 +1,4 @@ -git+https://github.com/spencershepard/dcs@48b32ae917b2a67d9409345a1f5c368e59e5229f +git+https://github.com/spencershepard/dcs@c09ba528a93df9651b349bb8bcf998cf2dd89787 packaging==21.3 PyQt5==5.15.9 PyYAML==6.0 diff --git a/Generator/version.py b/Generator/version.py index 91fa60e..2f71951 100644 --- a/Generator/version.py +++ b/Generator/version.py @@ -1,7 +1,7 @@ # ROTOROPS VERSION maj_version = 1 minor_version = 9 -patch_version = 0 +patch_version = 1 version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'