From 710f75fc624296d6286ccf4977b7b8ec00a72c32 Mon Sep 17 00:00:00 2001 From: birros Date: Wed, 6 Dec 2017 15:20:16 +0100 Subject: [PATCH] Bump to version 0.0.2 --- .../com.github.birros.WebArchives.appdata.xml.in | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 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 a3fef49..7be2dc1 100644 --- a/data/appdata/com.github.birros.WebArchives.appdata.xml.in +++ b/data/appdata/com.github.birros.WebArchives.appdata.xml.in @@ -51,6 +51,19 @@ birros@protonmail.com web-archives + + +

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

+
    +
  • Ask for confirmation when downloading an archive
  • +
  • Refactor internal FileDownloader class for better security
  • +
  • Fix zoom controls spacing
  • +
+
+

diff --git a/meson.build b/meson.build index 275b030..55eab26 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('web-archives', ['vala', 'c'], - version : '0.0.1', + version : '0.0.2', license : 'GPL3+' )