Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
viraxor authored Jul 21, 2022
1 parent e577b1a commit 730a791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def __init__(self):
super().__init__()

self.root = tk.Tk()
self.root.title("ImageEdit v1.1")
self.root.title("ImageEdit v1.0.1")

self.root.resizable(False, False)

Expand Down

0 comments on commit 730a791

Please sign in to comment.