diff --git a/data/io.github.flattool.Warehouse.metainfo.xml.in b/data/io.github.flattool.Warehouse.metainfo.xml.in index 01acb03..3d045aa 100644 --- a/data/io.github.flattool.Warehouse.metainfo.xml.in +++ b/data/io.github.flattool.Warehouse.metainfo.xml.in @@ -1,4 +1,4 @@ - + io.github.flattool.Warehouse.desktop io.github.flattool.Warehouse.desktop @@ -34,7 +34,7 @@ 330 - + https://github.com/flattool/warehouse https://github.com/flattool/warehouse/issues https://github.com/flattool/warehouse @@ -71,6 +71,16 @@ + + +

Changes

+
    +
  • Updated to GNOME 49 GTK Technologies
  • +
  • Changed to new Shortcuts UI
  • +
  • Added and updated translations
  • +
+
+

New Features and Changes

diff --git a/meson.build b/meson.build index d13f5d6..03c4066 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('warehouse', - version: '2.1.0', + version: '2.2.0', meson_version: '>= 0.64.0', default_options: [ 'warning_level=2', 'werror=false', ], )