bumped to 1.2.0

This commit is contained in:
2024-02-29 19:49:07 +01:00
parent 0c280cf2e6
commit 2ad1dd1e25
2 changed files with 3 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ body:
label: Version label: Version
description: What version of the Discord Game SDK Godot plugin are you running? description: What version of the Discord Game SDK Godot plugin are you running?
options: options:
- 1.2.0
- 1.1.0 - 1.1.0
- 1.0.1 - 1.0.1
- 1.0.0 - 1.0.0
@@ -88,7 +89,7 @@ body:
attributes: attributes:
label: Checks label: Checks
description: Common mistakes (Adding more in the future sorry btw) 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. - label: I tried reinstalling the addon or tried to fix it myself with other methods.
required: true required: true
- label: I tried restarting Discord and Godot completely. - label: I tried restarting Discord and Godot completely.

View File

@@ -3,5 +3,5 @@
name="DiscordSDK" name="DiscordSDK"
description="Discord Game SDK support for GDScript in Godot" description="Discord Game SDK support for GDScript in Godot"
author="vaporvee" author="vaporvee"
version="1.1.0" version="1.2.0"
script="plugin.gd" script="plugin.gd"