From 20c2cc64ab243fe47a600c66e2377b22e2c89d6a Mon Sep 17 00:00:00 2001 From: Ryo Nakano <26003928+ryonakano@users.noreply.github.com> Date: Mon, 10 Oct 2022 10:00:06 +0900 Subject: [PATCH] Release 4.0.0 (#170) --- data/reco.appdata.xml.in | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/reco.appdata.xml.in b/data/reco.appdata.xml.in index c20c5f85..d4ddddf8 100644 --- a/data/reco.appdata.xml.in +++ b/data/reco.appdata.xml.in @@ -38,7 +38,7 @@ - +
  • Migrate to GTK 4, the latest version of GTK
  • diff --git a/meson.build b/meson.build index 11a3c812..a8f0ffbf 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'com.github.ryonakano.reco', 'vala', 'c', - version: '3.3.1', + version: '4.0.0', meson_version: '>=0.57.0' )