From f6d02677fb5b6a4a63fd256bfb69e1ee72fba10e Mon Sep 17 00:00:00 2001 From: Lleyton Gray Date: Sun, 3 Dec 2023 20:10:17 -0800 Subject: [PATCH] chore: bump version to 0.1.4 --- data/appdata.xml.in.in | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/appdata.xml.in.in b/data/appdata.xml.in.in index 51e07be..ebc38fb 100644 --- a/data/appdata.xml.in.in +++ b/data/appdata.xml.in.in @@ -25,7 +25,7 @@ - +
  • First release
  • diff --git a/meson.build b/meson.build index 64a225f..db63958 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.fyralabs.SkiffDesktop', ['c', 'vala'], version: '0.1.3') +project('com.fyralabs.SkiffDesktop', ['c', 'vala'], version: '0.1.4') # Convert the app id to a GNOME style path identifier path_identifier = '/' + meson.project_name().replace('.', '/')