bumped version to 3.0

This commit is contained in:
Yannik
2023-08-11 01:36:35 +02:00
parent d3d33216db
commit ffcf4090d6
2 changed files with 2 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ 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:
- 3.0
- 2.4 - 2.4
- 2.3 - 2.3
- 2.2 - 2.2

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.4" version="3.0"
script="plugin.gd" script="plugin.gd"