Skip to content

Commit 142d59b

Browse files
committed
0.34.1
1 parent 0d4da3c commit 142d59b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addons/talo/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="Talo Game Services"
44
description="Talo (https://trytalo.com) is an open-source game backend. Talo's Godot plugin is the easiest way to add leaderboards, player authentication, socket-based multiplayer and more to your game."
55
author="trytalo"
6-
version="0.34.0"
6+
version="0.34.1"
77
script="talo_autoload.gd"

addons/talo/talo_client.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
class_name TaloClient extends Node
22

33
# automatically updated with a pre-commit hook
4-
const TALO_CLIENT_VERSION = "0.34.0"
4+
const TALO_CLIENT_VERSION = "0.34.1"
55

66
var _base_url: String
77

0 commit comments

Comments
 (0)