From eea4812afb34d53142a90e2716878f746a39d7d2 Mon Sep 17 00:00:00 2001 From: vaporvee Date: Fri, 15 Dec 2023 17:33:52 +0100 Subject: [PATCH] removed a letter lol --- .github/ISSUE_TEMPLATE/BUG.yml | 2 +- project/addons/discord-sdk-gd/plugin.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"