diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-21 14:40:31 -0500 |
---|---|---|
committer | Star Rauchenberger <fefferburbia@gmail.com> | 2023-11-21 14:40:31 -0500 |
commit | a04d3a703b157afc8ee3ebff86b5bdf6077cb139 (patch) | |
tree | 95cd9e9327ef1f718b339b7e64149e1073f4750b /Archipelago/client.gd | |
parent | 75e5821d9b128ffd68609b0842fe8e235ebde5db (diff) | |
download | lingo-archipelago-0.15.0.tar.gz lingo-archipelago-0.15.0.tar.bz2 lingo-archipelago-0.15.0.zip |
Bump version v0.15.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 9744c0d..40fa4db 100644 --- a/Archipelago/client.gd +++ b/Archipelago/client.gd | |||
@@ -5,7 +5,7 @@ var ap_user = "" | |||
5 | var ap_pass = "" | 5 | var ap_pass = "" |
6 | var confusify_world = false | 6 | var confusify_world = false |
7 | 7 | ||
8 | const my_version = "0.14.0" | 8 | const my_version = "0.15.0" |
9 | const ap_version = {"major": 0, "minor": 4, "build": 0, "class": "Version"} | 9 | const ap_version = {"major": 0, "minor": 4, "build": 0, "class": "Version"} |
10 | const color_items = [ | 10 | const color_items = [ |
11 | "White", "Black", "Red", "Blue", "Green", "Brown", "Gray", "Orange", "Purple", "Yellow" | 11 | "White", "Black", "Red", "Blue", "Green", "Brown", "Gray", "Orange", "Purple", "Yellow" |