diff --git a/com.vysp3r.ProtonPlus.yml b/com.vysp3r.ProtonPlus.yml index 1b32e7b..4a4820d 100644 --- a/com.vysp3r.ProtonPlus.yml +++ b/com.vysp3r.ProtonPlus.yml @@ -44,7 +44,7 @@ modules: sources: - type: git url: https://github.com/Vysp3r/ProtonPlus.git - tag: v0.4.19 + tag: v0.4.20 x-checker-data: type: git tag-pattern: ^v(\d+\.\d+\.\d+(?:-[0-9A-Za-z.\-]+)?)$ diff --git a/data/com.vysp3r.ProtonPlus.metainfo.xml.in b/data/com.vysp3r.ProtonPlus.metainfo.xml.in index c0e9808..4ee2a12 100644 --- a/data/com.vysp3r.ProtonPlus.metainfo.xml.in +++ b/data/com.vysp3r.ProtonPlus.metainfo.xml.in @@ -66,7 +66,14 @@ - + + +
    +
  • 💄 Switched app icon to PNG format due to poor SVG support in KDE
  • +
+
+
+
  • 🐛 Fix for Proton-Sarek support
  • diff --git a/meson.build b/meson.build index 4d2a911..1bf069b 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ # project( 'com.vysp3r.ProtonPlus', ['c', 'vala'], - version: '0.4.19', + version: '0.4.20', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )