Skip to content

Commit 9da8823

Browse files
committed
update version
1 parent 23832ba commit 9da8823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mainUI.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def CreateRoot():
5252

5353

5454
# Bottom text
55-
ttk.Label(root, text="ETS2 Lane Assist (1.1.3) ©Tumppi066 - 2023", font=("Roboto", 8)).pack(side="bottom", anchor="s", padx=10, pady=0)
55+
ttk.Label(root, text="ETS2 Lane Assist (1.1.4) ©Tumppi066 - 2023", font=("Roboto", 8)).pack(side="bottom", anchor="s", padx=10, pady=0)
5656
fps = tk.StringVar()
5757
ttk.Label(root, textvariable=fps, font=("Roboto", 8)).pack(side="bottom", anchor="s", padx=10, pady=0)
5858

0 commit comments

Comments
 (0)