From ecf6a6fe62d54b465bf74fbb32d52ee5f97f79da Mon Sep 17 00:00:00 2001 From: Jordan Walster Date: Thu, 1 May 2025 04:25:34 +0100 Subject: [PATCH] chore: version bump issue templates --- .gitea/issue_template/bug_report.yml | 4 ++-- .gitea/issue_template/enhancement.yml | 4 ++-- .gitea/issue_template/feature.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitea/issue_template/bug_report.yml b/.gitea/issue_template/bug_report.yml index b07e408..2517dec 100644 --- a/.gitea/issue_template/bug_report.yml +++ b/.gitea/issue_template/bug_report.yml @@ -17,10 +17,10 @@ body: label: Version description: What version of Photon are you running? You can find this in the footer of the app. options: - - 0.1.1 (Latest) + - 0.1.2 (Latest) + - 0.1.1 - 0.1.0 - 0.0.9 - - 0.0.8 validations: required: true - type: markdown diff --git a/.gitea/issue_template/enhancement.yml b/.gitea/issue_template/enhancement.yml index a19ba1b..3068d6a 100644 --- a/.gitea/issue_template/enhancement.yml +++ b/.gitea/issue_template/enhancement.yml @@ -17,10 +17,10 @@ body: label: Version description: What version of Photon are you running? You can find this in the footer of the app. options: - - 0.1.1 (Latest) + - 0.1.2 (Latest) + - 0.1.1 - 0.1.0 - 0.0.9 - - 0.0.8 validations: required: true - type: markdown diff --git a/.gitea/issue_template/feature.yml b/.gitea/issue_template/feature.yml index 87a239e..949f7fa 100644 --- a/.gitea/issue_template/feature.yml +++ b/.gitea/issue_template/feature.yml @@ -17,10 +17,10 @@ body: label: Version description: What version of Photon are you running? You can find this in the footer of the app. options: - - 0.1.1 (Latest) + - 0.1.2 (Latest) + - 0.1.1 - 0.1.0 - 0.0.9 - - 0.0.8 validations: required: true - type: markdown