Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
theawes0megamer committed Apr 29, 2024
1 parent fb46925 commit 7ae66ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_gpsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def reset_timer():
satslbl = Label(window, text="", font=("Lato", 20), fg="white", bg="black")
satslbl.grid(row=3, column=2, sticky="we", padx=10)

verlbl = Label(window,text="v0.1.0-alpha.1", font=("Lato", 20), fg="white", bg="black") # Version Label
verlbl = Label(window,text="v0.1.0-alpha.2", font=("Lato", 20), fg="white", bg="black") # Version Label
verlbl.grid(row=6, column=1, sticky="w", padx=10)

reset_timer_button = Button(window,text="Reset Timer",command=reset_timer)
Expand Down

0 comments on commit 7ae66ad

Please sign in to comment.