Skip to content

Commit

Permalink
change version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy2206 authored Jun 10, 2024
1 parent fdb3251 commit 807aa69
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 @@ -261,7 +261,7 @@ def convert_painting():
text_console = ScrolledText(TextureApp, width=34, height=7)
text_console.place(x=42.5, y=223)
text_console.insert(
tk.INSERT, "Version : 1.3 - Check if any update have been made.\n"
tk.INSERT, "Version : 1.4 - 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 @@ -374,4 +374,4 @@ def show_credits():
# ------------------------------------------


TextureApp.mainloop()
TextureApp.mainloop()

0 comments on commit 807aa69

Please sign in to comment.