Skip to content

Commit

Permalink
Changed version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeCryptic committed Sep 20, 2018
1 parent 79deb35 commit ec5be92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osu!cat.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def close_window():

root = Tk()
root.resizable(width=False, height=False)
root.title('osu!cat v0.1')
root.title('osu!cat v1.0.0')
root.protocol('WM_DELETE_WINDOW', close_window)

screen_x = root.winfo_screenwidth()
Expand Down Expand Up @@ -84,7 +84,7 @@ def find_frame(cx, cy, f):
image_label.image = base_img
image_label.pack()

print('Bongo Cat Live Cam v0.1')
print('Bongo Cat Live Cam v1.0.0')
print('----------------------------------------------------------------------------------------------------------------------')
print('Disclaimer: There is a high probability you will experience som bugs or that the program will now work at all.\n'
'This program will also most likely not work on resolutions where the height is bigger than the width, it will most\n'
Expand Down

0 comments on commit ec5be92

Please sign in to comment.