diff --git a/data/io.elementary.photos.appdata.xml.in b/data/io.elementary.photos.appdata.xml.in index 637f14b2e..b2a7a5c81 100644 --- a/data/io.elementary.photos.appdata.xml.in +++ b/data/io.elementary.photos.appdata.xml.in @@ -31,6 +31,16 @@ + + +
    +
  • Fix building against latest gexiv2
  • +
  • Use Granite.MessageDialog throughout
  • +
  • Use Gtk.FileChooserNative throughout
  • +
  • Translation updates
  • +
+
+
    diff --git a/meson.build b/meson.build index 5ce239c13..527c08208 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'io.elementary.photos', 'vala', 'c', - version: '2.6.2', + version: '2.6.3', meson_version: '>=0.46.0' )