diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2024-06-02 17:45:00 -0400 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2024-06-02 17:45:00 -0400 |
commit | a00c48bc492590c7a1fd9cf299ce19c1ba7ed2d9 (patch) | |
tree | db66431a5bc90ca7e4880fae033434f7a61e69cc /Archipelago/client.gd | |
parent | 1991f75b1bfd913b8a93030b78fe2c44cc91b9df (diff) | |
download | lingo-archipelago-a00c48bc492590c7a1fd9cf299ce19c1ba7ed2d9.tar.gz lingo-archipelago-a00c48bc492590c7a1fd9cf299ce19c1ba7ed2d9.tar.bz2 lingo-archipelago-a00c48bc492590c7a1fd9cf299ce19c1ba7ed2d9.zip |
Bump version v3.0.3
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 11a97ce..5840550 100644 --- a/Archipelago/client.gd +++ b/Archipelago/client.gd | |||
@@ -18,7 +18,7 @@ var enable_multiplayer = false | |||
18 | var track_player = false | 18 | var track_player = false |
19 | var connection_history = [] | 19 | var connection_history = [] |
20 | 20 | ||
21 | const my_version = "3.0.2" | 21 | const my_version = "3.0.3" |
22 | const ap_version = {"major": 0, "minor": 4, "build": 6, "class": "Version"} | 22 | const ap_version = {"major": 0, "minor": 4, "build": 6, "class": "Version"} |
23 | const color_items = [ | 23 | const color_items = [ |
24 | "White", "Black", "Red", "Blue", "Green", "Brown", "Gray", "Orange", "Purple", "Yellow" | 24 | "White", "Black", "Red", "Blue", "Green", "Brown", "Gray", "Orange", "Purple", "Yellow" |