Skip to content

Commit 7fd8175

Browse files
committed
update with bugfix
1 parent c18d90d commit 7fd8175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fstimer/gui/about.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(self, parent):
3636
'../data/icon.png'))
3737
self.set_logo(GdkPixbuf.Pixbuf.new_from_file(fname))
3838
self.set_program_name('fsTimer')
39-
self.set_version('0.6')
39+
self.set_version('0.6.1')
4040
self.set_copyright("""Copyright 2012-16 Ben Letham\
4141
\nThis program comes with ABSOLUTELY NO WARRANTY; for details see license.\
4242
\nThis is free software, and you are welcome to redistribute it under certain conditions; see license for details""")

0 commit comments

Comments
 (0)