From 356e4397151eb69e00d2080e2025817e65d2095f Mon Sep 17 00:00:00 2001 From: advplyr Date: Thu, 4 Sep 2025 10:47:04 -0500 Subject: [PATCH] Update app versions in github issue templates 0.10.1 --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 414ff717..9e200533 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -72,10 +72,10 @@ body: description: Please ensure your app is up to date. *If you are using a 3rd-party app, please reach out to them directly.* multiple: true options: + - 'Android App - 0.10.1' + - 'iOS App - 0.10.1' - 'Android App - 0.10.0' - 'iOS App - 0.10.0' - - 'Android App - 0.9.81' - - 'iOS App - 0.9.81' validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index fa6c9e9e..25183040 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -43,10 +43,10 @@ body: description: Please ensure your app is up to date. *If you are using a 3rd-party app, please reach out to them directly.* multiple: true options: + - 'Android App - 0.10.1' + - 'iOS App - 0.10.1' - 'Android App - 0.10.0' - 'iOS App - 0.10.0' - - 'Android App - 0.9.81' - - 'iOS App - 0.9.81' validations: required: true - type: textarea