From d8fe41922a2605964d295b5a1356f05f17f5e5ad Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Sat, 6 Jan 2024 17:09:00 -0800 Subject: [PATCH] chore: update version to 0.1.7 --- data/appdata.xml.in.in | 7 +++++++ meson.build | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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('.', '/')