diff --git a/data/desktop.metainfo.xml.in b/data/desktop.metainfo.xml.in index 4254af29a..810ac4b58 100644 --- a/data/desktop.metainfo.xml.in +++ b/data/desktop.metainfo.xml.in @@ -43,6 +43,15 @@ contact_at_elementary.io + + +

Other updates:

+
    +
  • Updated translations
  • +
+
+
+

New Features:

diff --git a/meson.build b/meson.build index b20736b0e..c88fdff24 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'desktop', 'vala', 'c', - version: '8.0.0' + version: '8.0.1' ) gettext_name = 'io.elementary.settings.' + meson.project_name() gnome = import('gnome')