From 54ad89eed2a26366f4229a69bfc993f3d6ab9e60 Mon Sep 17 00:00:00 2001 From: Ryo Nakano <26003928+ryonakano@users.noreply.github.com> Date: Sat, 9 Jul 2022 10:40:40 +0900 Subject: [PATCH] Release 2.0.4 (#215) --- data/com.github.sgpthomas.hourglass.appdata.xml.in | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/com.github.sgpthomas.hourglass.appdata.xml.in b/data/com.github.sgpthomas.hourglass.appdata.xml.in index 2ba2978..eb1d19c 100644 --- a/data/com.github.sgpthomas.hourglass.appdata.xml.in +++ b/data/com.github.sgpthomas.hourglass.appdata.xml.in @@ -50,7 +50,7 @@ - +
  • Improve relative time handling
  • diff --git a/meson.build b/meson.build index c384f4f..1514216 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('com.github.sgpthomas.hourglass', 'vala', 'c', - version: '2.0.3', + version: '2.0.4', meson_version: '>=0.57.0' )