Skip to content

Commit

Permalink
Update version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Schallaven committed Dec 29, 2017
1 parent 06f0da3 commit 0ecf458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/lib/kittykernel/kittykemain.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ def on_about(self, widget):
dlg.set_logo(GdkPixbuf.Pixbuf.new_from_file_at_scale("/usr/lib/kittykernel/kittykernel.svg", 256, 256, True))
dlg.set_website("http://www.github.com/schallaven/kittykernel")
dlg.set_transient_for(self.window)
dlg.set_version("1.1")
dlg.set_version("1.2")
dlg.set_license_type(Gtk.License.GPL_3_0)

# Contributors, who contributed in form of PRs
Expand Down

0 comments on commit 0ecf458

Please sign in to comment.