bump version

This commit is contained in:
Max Kross 2023-05-11 13:40:49 +02:00
parent a9a4f34c84
commit ae816df6f6
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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"