From 6efb6376c915899c6f09023c23bce36c8be40b85 Mon Sep 17 00:00:00 2001 From: Ryo Nakano <26003928+ryonakano@users.noreply.github.com> Date: Sat, 21 Jan 2023 10:19:32 +0900 Subject: [PATCH] Release 3.0.0 (#224) --- data/com.github.sgpthomas.hourglass.metainfo.xml.in | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/com.github.sgpthomas.hourglass.metainfo.xml.in b/data/com.github.sgpthomas.hourglass.metainfo.xml.in index d56816d..783868f 100644 --- a/data/com.github.sgpthomas.hourglass.metainfo.xml.in +++ b/data/com.github.sgpthomas.hourglass.metainfo.xml.in @@ -63,7 +63,7 @@ - +
  • Port to GTK 4
  • diff --git a/meson.build b/meson.build index 59e9c8f..9edab87 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('com.github.sgpthomas.hourglass', 'vala', 'c', - version: '2.0.4', + version: '3.0.0', meson_version: '>=0.57.0' )