bump version
This commit is contained in:
parent
a9a4f34c84
commit
ae816df6f6
@ -100,7 +100,7 @@ var connected : bool = false
|
|||||||
var user_regex : RegEx = RegEx.new()
|
var user_regex : RegEx = RegEx.new()
|
||||||
var twitch_restarting : bool = false
|
var twitch_restarting : bool = false
|
||||||
|
|
||||||
const USER_AGENT : String = "User-Agent: GIFT/4.1.2 (Godot Engine)"
|
const USER_AGENT : String = "User-Agent: GIFT/4.1.3 (Godot Engine)"
|
||||||
|
|
||||||
enum RequestType {
|
enum RequestType {
|
||||||
EMOTE,
|
EMOTE,
|
||||||
|
@ -3,5 +3,5 @@
|
|||||||
name="Godot IRC For Twitch"
|
name="Godot IRC For Twitch"
|
||||||
description="Godot websocket implementation for Twitch IRC."
|
description="Godot websocket implementation for Twitch IRC."
|
||||||
author="issork"
|
author="issork"
|
||||||
version="4.1.2"
|
version="4.1.3"
|
||||||
script="gift.gd"
|
script="gift.gd"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user