Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
crugas committed May 11, 2021
1 parent f43e1a5 commit fbd0edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion as_xtf_GUI.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def run_gui(defaults):
# TODO Change Version #
layout_about = [
[sg.Text("Created by Corey Schmidt for the University of Georgia Libraries\n\n"
"Version: 1.3.0\n\n"
"Version: 1.3.1\n\n"
"To check for the latest versions, check the Github\n", font=("Roboto", 12))],
[sg.OK(bind_return_key=True, key="_ABOUT_OK_"), sg.Button(" Check Github ", key="_CHECK_GITHUB_")]
]
Expand Down

0 comments on commit fbd0edc

Please sign in to comment.