diff --git a/data/platform.appdata.xml.in b/data/platform.appdata.xml.in index 51ba2a9..7b5fec4 100644 --- a/data/platform.appdata.xml.in +++ b/data/platform.appdata.xml.in @@ -10,13 +10,19 @@

The Flatpak platform for elementary OS and AppCenter.

- + -

Fix localization issues with apps that use Granite

-

Use the settings portal for time and date settings

-

Use the settings portal for color scheme preference instead of requiring an AccountsService hole

-

Update elementary stylesheet to 6.1.0

-

Update Granite to 6.1.2

+

Fixes:

+
    +
  • Fix localization issues with apps that use Granite
  • +
+

Platform updates:

+
    +
  • Use the settings portal for time and date settings
  • +
  • Use the settings portal for color scheme preference instead of requiring an AccountsService hole
  • +
  • Update elementary stylesheet to 6.1.0
  • +
  • Update Granite to 6.1.2
  • +
diff --git a/meson.build b/meson.build index dd6a96a..317505b 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'io.elementary.Platform', - version: '6.0.1' + version: '6.0.2' ) i18n = import('i18n')