diff --git a/data/appdata.xml.in.in b/data/appdata.xml.in.in index 13c7405..828a9d2 100644 --- a/data/appdata.xml.in.in +++ b/data/appdata.xml.in.in @@ -25,6 +25,13 @@ + + +
    +
  • Fix a bug where in-app file downloads wouldn't work
  • +
+
+
    diff --git a/meson.build b/meson.build index 56311e5..4d612e8 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.fyralabs.SkiffDesktop', ['c', 'vala'], version: '0.1.6') +project('com.fyralabs.SkiffDesktop', ['c', 'vala'], version: '0.1.7') # Convert the app id to a GNOME style path identifier path_identifier = '/' + meson.project_name().replace('.', '/')