diff --git a/Generator/requirements.txt b/Generator/requirements.txt index 9c1619f..2331b49 100644 --- a/Generator/requirements.txt +++ b/Generator/requirements.txt @@ -1,4 +1,4 @@ -git+https://github.com/spencershepard/dcs@7b79a8f241bae32af27a8003ac278dbb17bbe99e +git+https://github.com/spencershepard/dcs@1bfc687aec12ab7fbb91080b8e6fe1111e60785a packaging==21.3 PyQt5==5.15.9 PyYAML==6.0 diff --git a/Generator/version.py b/Generator/version.py index d4ed793..1550308 100644 --- a/Generator/version.py +++ b/Generator/version.py @@ -1,7 +1,7 @@ # ROTOROPS VERSION maj_version = 1 -minor_version = 9 -patch_version = 2 +minor_version = 10 +patch_version = 1 version_url = 'https://dcs-helicopters.com/app-updates/versioncheck.yaml'