Skip to content

Commit

Permalink
v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy2206 authored Jul 27, 2024
1 parent 35c4052 commit 6d00c79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ def convert_particles():
text_console = ScrolledText(TextureApp, width=34, height=7)
text_console.place(x=42.5, y=223)
text_console.insert(
tk.INSERT, "Version : 1.4.1 - Check if any update have been made.\n"
tk.INSERT, "Version : 1.4.2 - Check if any update have been made.\n"
)
text_console.insert(tk.INSERT, "----------------------------------\n")
text_console.configure(relief="solid", bd=2)
Expand Down Expand Up @@ -442,4 +442,4 @@ def show_credits():
# ------------------------------------------


TextureApp.mainloop()
TextureApp.mainloop()

0 comments on commit 6d00c79

Please sign in to comment.