From 4956cbc9c31cd9bacefa5e79ea5166e308b68f2b Mon Sep 17 00:00:00 2001 From: Spencer Shepard Date: Sat, 24 May 2025 10:22:44 -0700 Subject: [PATCH] support Germany Cold War map --- Generator/requirements.txt | 2 +- Generator/version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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'