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"