From 5f215141b9551b207a169b28f84ff617370ad8f8 Mon Sep 17 00:00:00 2001 From: birros Date: Wed, 21 Apr 2021 03:08:31 +0200 Subject: [PATCH] Bump to version 0.4.0 --- .../com.github.birros.WebArchives.appdata.xml.in | 12 ++++++++++++ meson.build | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/data/appdata/com.github.birros.WebArchives.appdata.xml.in b/data/appdata/com.github.birros.WebArchives.appdata.xml.in index f6893d5..76a6a9d 100644 --- a/data/appdata/com.github.birros.WebArchives.appdata.xml.in +++ b/data/appdata/com.github.birros.WebArchives.appdata.xml.in @@ -110,6 +110,18 @@ birros@protonmail.com web-archives + + +

+ This new release of WebArchives contains some bug fixes and + new features. +

+
    +
  • Remove GVFS as dependency
  • +
  • Migrate to tracker-sparql-3.0
  • +
+
+

diff --git a/meson.build b/meson.build index cab7d8f..a62d018 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('web-archives', ['vala', 'c'], - version : '0.3.1', + version : '0.4.0', license : 'GPL3+' )