diff --git a/.github/ISSUE_TEMPLATE/BUG.yml b/.github/ISSUE_TEMPLATE/BUG.yml index f71b668..6c55b70 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 RPC Godot plugin are you running? options: + - 1.3.0 - 1.2.0 - 1.1.0 - 1.0.1 diff --git a/project/addons/discord-rpc-gd/plugin.cfg b/project/addons/discord-rpc-gd/plugin.cfg index 07e1c99..819cc96 100644 --- a/project/addons/discord-rpc-gd/plugin.cfg +++ b/project/addons/discord-rpc-gd/plugin.cfg @@ -3,5 +3,5 @@ name="DiscordRPC" description="Discord RPC Plugin for GDScript in Godot" author="vaporvee" -version="1.2.0" +version="1.3.0" script="plugin.gd"