From 72f0516c128fc83ca560a039e19e51b06f9c0b09 Mon Sep 17 00:00:00 2001 From: birros Date: Tue, 2 Oct 2018 13:01:44 +0200 Subject: [PATCH] Bump to version 0.3.1 --- .../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 fc25398..82f45ab 100644 --- a/data/appdata/com.github.birros.WebArchives.appdata.xml.in +++ b/data/appdata/com.github.birros.WebArchives.appdata.xml.in @@ -52,6 +52,17 @@ birros@protonmail.com web-archives + + +

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

+
    +
  • Fixes default value in properties with custom get accessor
  • +
+
+

diff --git a/meson.build b/meson.build index 4b015a3..2a21d5c 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('web-archives', ['vala', 'c'], - version : '0.3.0', + version : '0.3.1', license : 'GPL3+' )