From 2ad1dd1e258e1f27338ec03c43bdc2ad8daa28d5 Mon Sep 17 00:00:00 2001 From: vaporvee Date: Thu, 29 Feb 2024 19:49:07 +0100 Subject: [PATCH] bumped to 1.2.0 --- .github/ISSUE_TEMPLATE/BUG.yml | 3 ++- project/addons/discord-sdk-gd/plugin.cfg | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index 338f783..8af5a0b 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -23,6 +23,7 @@ body: label: Version description: What version of the Discord Game SDK Godot plugin are you running? options: + - 1.2.0 - 1.1.0 - 1.0.1 - 1.0.0 @@ -88,7 +89,7 @@ body: attributes: label: Checks description: Common mistakes (Adding more in the future sorry btw) - options: + options: - label: I tried reinstalling the addon or tried to fix it myself with other methods. required: true - label: I tried restarting Discord and Godot completely. diff --git a/project/addons/discord-sdk-gd/plugin.cfg b/project/addons/discord-sdk-gd/plugin.cfg index 8e74e84..4c72d16 100644 --- a/project/addons/discord-sdk-gd/plugin.cfg +++ b/project/addons/discord-sdk-gd/plugin.cfg @@ -3,5 +3,5 @@ name="DiscordSDK" description="Discord Game SDK support for GDScript in Godot" author="vaporvee" -version="1.1.0" +version="1.2.0" script="plugin.gd"