From 5f682cc9aa07bfaf8de177ab3b162e05042f078b Mon Sep 17 00:00:00 2001
From: Yannik <80621863+vaporvee@users.noreply.github.com>
Date: Fri, 28 Apr 2023 23:50:06 +0200
Subject: [PATCH] bumped to version 1.2
---
README.md | 6 ------
project/addons/discord-sdk-gd/plugin.cfg | 2 +-
2 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/README.md b/README.md
index bf909ae..5c6de54 100644
--- a/README.md
+++ b/README.md
@@ -38,12 +38,6 @@ func _ready():
### [Try a built demo](https://github.com/vaporvee/discord-sdk-godot/releases/latest/download/Demo-Export.zip)
:incoming_envelope: Still questions? write an [issue](https://github.com/vaporvee/discord-sdk-godot/issues)! I'll answer very fast :)
-
-
-## Extra Info
-- The Discord SDK itself doesn't build under Linux for some reason (I don't have a Mac so i don't even know if it's builds under OSX) its not well documented but I try as hard as i can to get it working crossplatform but at the time its only working under Windows... (But feel free to make pull requests btw)
-- Its an early release some features aren't implemented only because i need a small amount of time not because it's not possible
-
diff --git a/project/addons/discord-sdk-gd/plugin.cfg b/project/addons/discord-sdk-gd/plugin.cfg
index 80ae797..dcfb796 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="1.1"
+version="1.2"
script="plugin.gd"