Skip to content

Commit 8ec8fd5

Browse files
LeLonMo 1.0.0 and older is now deprecated
1 parent a145a50 commit 8ec8fd5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lelonmo/menu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def main():
2626
settings_menu.main, bye]
2727

2828
menu = SelectionMenu(
29-
select, f"{blue('L')}{yellow('e')}{blue('L')}{magenta('o')}{cyan('n')}{green('M')}{magenta('o')} {red(f'v{version}')}",
29+
select, f"{blue('L')}{yellow('e')}{blue('L')}{magenta('o')}{cyan('n')}{green('M')}{magenta('o')} {red(f'v{version}')} Legacy",
3030
subtitle="Le jeu du long mot",
3131
prologue_text="Choisisser votre mode de jeu :",
3232
show_exit_option=False,

lelonmo/persist_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
save_file = input("Please enter the location of your save file : ")
1717

1818
default_data = dict(
19-
version="00.5.8",
19+
version="01.0.0",
2020
update_url='https://github.com/claj-ndc/LeLonMo/releases/latest',
2121
online=dict(
2222
uuid=str(uuid.uuid4()),

server/persist_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
save_file = home + ".lelonmo_server_save.json"
88

99
default_data = dict(
10-
version="0.5.8",
11-
client_version="0058",
10+
version="1.0.0",
11+
client_version="0100",
1212
online=dict(
1313
uuid=str(uuid.uuid4()),
1414
name="",

0 commit comments

Comments
 (0)