diff --git a/meson.build b/meson.build index 7165d27..349dfe8 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'com.vysp3r.ProtonPlus', ['c', 'vala'], - version: '0.3.8', + version: '0.3.9', meson_version: '>= 0.59.0' ) diff --git a/src/Application.vala b/src/Application.vala index ee1038a..9deae34 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -76,9 +76,12 @@ public class ProtonPlus : Adw.Application { aboutDialog.set_comments ("A simple Wine and Proton-based compatiblity tools manager for GNOME"); aboutDialog.add_link ("Github", "https://github.com/Vysp3r/ProtonPlus"); aboutDialog.set_release_notes (""); aboutDialog.set_issue_url ("https://github.com/Vysp3r/ProtonPlus/issues/new/choose");