forgot to change version to 0.5.3 in the program
This commit is contained in:
parent
5f6f87f098
commit
6f4721151c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import time
|
||||||
import sys
|
import sys
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
version = "0.5.2" # actully 0.5.2 because 0.5.1 was just pushed
|
version = "0.5.3" # actully 0.5.2 because 0.5.1 was just pushed
|
||||||
gitlab_url = "https://gitlab.com/python_projects3802849/ftl-save-manager/-/raw/main"
|
gitlab_url = "https://gitlab.com/python_projects3802849/ftl-save-manager/-/raw/main"
|
||||||
settings_location = "settings.txt"
|
settings_location = "settings.txt"
|
||||||
dependencies = ("simple_term_menu", "requests")
|
dependencies = ("simple_term_menu", "requests")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue