diff --git a/data/io.github.flattool.Warehouse.metainfo.xml.in b/data/io.github.flattool.Warehouse.metainfo.xml.in index e9f2c7b..e95926d 100644 --- a/data/io.github.flattool.Warehouse.metainfo.xml.in +++ b/data/io.github.flattool.Warehouse.metainfo.xml.in @@ -64,6 +64,15 @@ + + +

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/io.github.flattool.Warehouse.json b/io.github.flattool.Warehouse.json index c06b077..2e0bb8c 100644 --- a/io.github.flattool.Warehouse.json +++ b/io.github.flattool.Warehouse.json @@ -44,7 +44,7 @@ "name" : "warehouse", "builddir" : true, "buildsystem" : "meson", - "config-opts": [ "-Dprofile=development" ], + "config-opts": [ "-Dprofile=default" ], "sources" : [ { "type" : "dir", diff --git a/meson.build b/meson.build index fcd0ca8..e0810ca 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('warehouse', - version: '1.6.2', + version: '1.6.3', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )