diff --git a/data/appdata/com.github.birros.WebArchives.appdata.xml.in b/data/appdata/com.github.birros.WebArchives.appdata.xml.in index bad5dd5..9d298e6 100644 --- a/data/appdata/com.github.birros.WebArchives.appdata.xml.in +++ b/data/appdata/com.github.birros.WebArchives.appdata.xml.in @@ -51,6 +51,17 @@ birros@protonmail.com web-archives + + +

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

+
    +
  • Use a reimplementation of Kiwix.Reader to drop kiwix dependency (internal)
  • +
+
+

diff --git a/meson.build b/meson.build index 4212a54..667b49e 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('web-archives', ['vala', 'c'], - version : '0.0.5', + version : '0.0.6', license : 'GPL3+' )