Skip to content

Commit 6d00c79

Browse files
authored
v1.4.2
1 parent 35c4052 commit 6d00c79

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ def convert_particles():
329329
text_console = ScrolledText(TextureApp, width=34, height=7)
330330
text_console.place(x=42.5, y=223)
331331
text_console.insert(
332-
tk.INSERT, "Version : 1.4.1 - Check if any update have been made.\n"
332+
tk.INSERT, "Version : 1.4.2 - Check if any update have been made.\n"
333333
)
334334
text_console.insert(tk.INSERT, "----------------------------------\n")
335335
text_console.configure(relief="solid", bd=2)
@@ -442,4 +442,4 @@ def show_credits():
442442
# ------------------------------------------
443443

444444

445-
TextureApp.mainloop()
445+
TextureApp.mainloop()

0 commit comments

Comments
 (0)