diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index 693dd39..cc2a2f4 100644 --- a/.github/ISSUE_TEMPLATE/BUG.yml +++ b/.github/ISSUE_TEMPLATE/BUG.yml @@ -23,7 +23,7 @@ body: label: Version description: What version of the Discord Game SDK Godot plugin are you running? options: - - R1.0.0 + - 1.0.0 - 0.3.2 - 0.3.1 - 0.3.0 diff --git a/project/addons/discord-sdk-gd/plugin.cfg b/project/addons/discord-sdk-gd/plugin.cfg index e231e1e..e707fbf 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="R1.0.0" +version="1.0.0" script="plugin.gd"