Skip to content

Commit

Permalink
💬 Update the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Vysp3r committed Jan 4, 2023
1 parent 74ae753 commit 690f50c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'com.vysp3r.ProtonPlus', ['c', 'vala'],
version: '0.3.2',
version: '0.3.3',
meson_version: '>= 0.59.0'
)

Expand Down
2 changes: 1 addition & 1 deletion src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class ProtonPlus : Adw.Application {
aboutDialog.set_release_notes ("<ul>\n" +
"<li>🐛 Correct desktop file exec</li>\n" +
"<li>🔨 Update appdata</li>\n" +
"li>💬 Update the release notes</li>\n" +
"<li>💬 Update the release notes</li>\n" +
"</ul>");
aboutDialog.set_issue_url ("https://github.com/Vysp3r/ProtonPlus/issues/new/choose");
aboutDialog.set_copyright ("© 2022 Vysp3r");
Expand Down

0 comments on commit 690f50c

Please sign in to comment.