Skip to content

Commit

Permalink
Merge pull request #4 from NelisV/development
Browse files Browse the repository at this point in the history
RC2
  • Loading branch information
NelisV authored Oct 16, 2021
2 parents ad4969a + 60933c1 commit ea06677
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 @@ -244,7 +244,7 @@ def callback(url):
des_text5 = tk.Label(tab4, text=description5)
des_text5.grid(row=1, column=0, sticky=sticky, pady=5, columnspan=2)

description6 = 'Development - Alpha 2'
description6 = 'Release Version 1.0'
des_text6 = tk.Label(tab4, text=description6)
des_text6.grid(row=2, column=0, sticky=sticky, pady=5, columnspan=2)

Expand Down

0 comments on commit ea06677

Please sign in to comment.