From 5ff2cd27d3989bb10d4035ad424de9722ec83c43 Mon Sep 17 00:00:00 2001 From: Nullpointer Date: Thu, 12 Dec 2024 10:02:06 +0100 Subject: [PATCH] bump to 4.5.0 (#613) --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +++-- addons/gdUnit4/plugin.cfg | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b1aa39c9..07307ce9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -20,8 +20,9 @@ body: label: The used GdUnit4 version description: Which GdUnit4 version are you using? options: - - 4.4.4 (Pre Release/Master branch) - - 4.4.3 (Latest Release) + - 4.5.1 (Pre Release/Master branch) + - 4.5.0 (Latest Release) + - 4.4.3 - 4.4.2 - 4.4.1 - 4.4.0 diff --git a/addons/gdUnit4/plugin.cfg b/addons/gdUnit4/plugin.cfg index 05b8820e..e6b0163a 100644 --- a/addons/gdUnit4/plugin.cfg +++ b/addons/gdUnit4/plugin.cfg @@ -3,5 +3,5 @@ name="gdUnit4" description="Unit Testing Framework for Godot Scripts" author="Mike Schulze" -version="4.4.4" +version="4.5.0" script="plugin.gd"