From 92e7932ba777e69c287f590b40f4202b28e569f6 Mon Sep 17 00:00:00 2001 From: birros Date: Sun, 15 Oct 2023 16:43:06 +0200 Subject: [PATCH] Bump to version 0.5.0 --- .../com.github.birros.WebArchives.appdata.xml.in | 11 +++++++++++ meson.build | 2 +- 2 files changed, 12 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 1fa9da1..8377953 100644 --- a/data/appdata/com.github.birros.WebArchives.appdata.xml.in +++ b/data/appdata/com.github.birros.WebArchives.appdata.xml.in @@ -110,6 +110,17 @@ birros@protonmail.com web-archives + + +

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

+
    +
  • Migrate to libzim 7.0.0 and higher
  • +
+
+

diff --git a/meson.build b/meson.build index 9c9bdec..8575c02 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('web-archives', ['vala', 'c'], - version : '0.4.2', + version : '0.5.0', license : 'GPL3+' )