From 8d5e1e996f76f3ae7b1ec5df14fbcdc234346fbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20For=C3=A9?= Date: Mon, 25 Nov 2019 14:50:33 -0800 Subject: [PATCH] Release 5.0.1 (#451) --- data/io.elementary.calendar.appdata.xml.in | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/io.elementary.calendar.appdata.xml.in b/data/io.elementary.calendar.appdata.xml.in index 0d4f59396..c0af57e77 100644 --- a/data/io.elementary.calendar.appdata.xml.in +++ b/data/io.elementary.calendar.appdata.xml.in @@ -13,7 +13,7 @@

- +

Make agenda pane fill the whole space

Set the suggested time for new events to the next whole hour

diff --git a/meson.build b/meson.build index c6c1dffab..7f48a5731 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('io.elementary.calendar', 'c', 'vala', - version: '5.0' + version: '5.0.1' ) add_project_arguments('-DGETTEXT_PACKAGE="@0@"'.format(meson.project_name()), language: 'c')