diff --git a/data/io.github.flattool.Warehouse.metainfo.xml.in b/data/io.github.flattool.Warehouse.metainfo.xml.in index 43675ec..8d6a631 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

+
    +
  • Fix issue causing Downgrage window to not be able to downgrade user installation Flatpaks
  • +
  • Fix the accidental removal of translations
  • +
+
+

New Features and Changes

diff --git a/io.github.flattool.Warehouse.json b/io.github.flattool.Warehouse.json index 047651d..e0c6823 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 1d399cc..fcedc56 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('warehouse', - version: '1.5.0', + version: '1.5.1', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], )