diff --git a/data/io.github.flattool.Warehouse.metainfo.xml.in b/data/io.github.flattool.Warehouse.metainfo.xml.in index e95926de..0db3d166 100644 --- a/data/io.github.flattool.Warehouse.metainfo.xml.in +++ b/data/io.github.flattool.Warehouse.metainfo.xml.in @@ -64,6 +64,19 @@ + + +

Bux Fixes

+
    +
  • Fix issue causing downgrade window to not be able to downgrade anything
  • +
+

Previous Releases's Bug Fixes

+
    +
  • Downgrade Window no longer silently fails when downgrading a masked Flatpak, and instead, downgrades it
  • +
  • When downgrading and masking system Flatpaks, the password prompt only happens once instead of twice
  • +
+
+

Bug Fixes

diff --git a/meson.build b/meson.build index e0810ca3..c09bb667 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('warehouse', - version: '1.6.3', + version: '1.6.4', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )