diff --git a/addons/gift/gift_node.gd b/addons/gift/gift_node.gd index 4d14af1..a66ce16 100644 --- a/addons/gift/gift_node.gd +++ b/addons/gift/gift_node.gd @@ -100,7 +100,7 @@ var connected : bool = false var user_regex : RegEx = RegEx.new() var twitch_restarting : bool = false -const USER_AGENT : String = "User-Agent: GIFT/4.1.1 (Godot Engine)" +const USER_AGENT : String = "User-Agent: GIFT/4.1.2 (Godot Engine)" enum RequestType { EMOTE, diff --git a/addons/gift/plugin.cfg b/addons/gift/plugin.cfg index 3ab3af1..96478f8 100755 --- a/addons/gift/plugin.cfg +++ b/addons/gift/plugin.cfg @@ -3,5 +3,5 @@ name="Godot IRC For Twitch" description="Godot websocket implementation for Twitch IRC." author="issork" -version="4.1.1" +version="4.1.2" script="gift.gd"