bumped version to 2.1

This commit is contained in:
Yannik
2023-05-20 15:15:48 +02:00
parent 7fd0d25da9
commit a998076b79
2 changed files with 3 additions and 1 deletions

View File

@@ -23,6 +23,8 @@ body:
label: Version label: Version
description: What version of our software are you running? description: What version of our software are you running?
options: options:
- 2.1
- 2.0
- 1.5 - 1.5
- 1.4 - 1.4
- 1.3 - 1.3

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="2.0" version="2.1"
script="plugin.gd" script="plugin.gd"