Skip to content

Commit

Permalink
updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
somas95 committed May 6, 2018
1 parent 69185f6 commit 23bde86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uberwriter_lib/AppWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ def do_command_line(self, command_line):
def on_about(self, action, param):
about_dialog = Gtk.AboutDialog(transient_for=self.window, modal=True)
about_dialog.set_program_name("Uberwriter")
about_dialog.set_version("2.0.beta")
about_dialog.set_version("2.0")
about_dialog.set_copyright("Copyright (C) 2018, Wolf Vollprecht")
about_dialog.set_license_type(Gtk.License.GPL_3_0)
about_dialog.set_website("Uberwriter website http://uberwriter.wolfvollprecht.de")
Expand Down

0 comments on commit 23bde86

Please sign in to comment.