diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-09-02 11:49:38 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-09-02 11:49:38 -0400 |
commit | 7ba426a8e0762b7e1a2e838c314410922df51e6c (patch) | |
tree | 69b27dc5219262257ba9878996a703e110d43066 /Archipelago/client.gd | |
parent | 400ad1ed74166d3f01adf6d97f07a16ec391f2a9 (diff) | |
download | lingo-archipelago-4.1.0.tar.gz lingo-archipelago-4.1.0.tar.bz2 lingo-archipelago-4.1.0.zip |
Bump version v4.1.0
Diffstat (limited to 'Archipelago/client.gd')
-rw-r--r-- | Archipelago/client.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Archipelago/client.gd b/Archipelago/client.gd index f58b3d6..3973f0e 100644 --- a/Archipelago/client.gd +++ b/Archipelago/client.gd | |||
@@ -19,7 +19,7 @@ var enable_multiplayer = false | |||
19 | var track_player = false | 19 | var track_player = false |
20 | var connection_history = [] | 20 | var connection_history = [] |
21 | 21 | ||
22 | const my_version = "4.0.2" | 22 | const my_version = "4.1.0" |
23 | const ap_version = {"major": 0, "minor": 5, "build": 0, "class": "Version"} | 23 | const ap_version = {"major": 0, "minor": 5, "build": 0, "class": "Version"} |
24 | const color_items = [ | 24 | const color_items = [ |
25 | "White", "Black", "Red", "Blue", "Green", "Brown", "Gray", "Orange", "Purple", "Yellow" | 25 | "White", "Black", "Red", "Blue", "Green", "Brown", "Gray", "Orange", "Purple", "Yellow" |