From d79db0b7132eca09319c3481befdf8bc241445a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Mon, 10 Oct 2022 16:50:48 -0700 Subject: [PATCH] Release 7.1.0 (#626) --- data/granite.appdata.xml.in | 4 ++-- meson.build | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/granite.appdata.xml.in b/data/granite.appdata.xml.in index bfd9204b5..e77482a33 100644 --- a/data/granite.appdata.xml.in +++ b/data/granite.appdata.xml.in @@ -1,5 +1,5 @@ - + io.elementary.granite-7 CC0-1.0 @@ -10,7 +10,7 @@

A companion library for GTK and GLib that provides complex widgets and convenience methods designed for use in apps built for elementary OS.

- +

New Features:

    diff --git a/meson.build b/meson.build index 27bcee730..d47149ab0 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'granite-7', 'vala', 'c', meson_version: '>= 0.48.2', - version: '7.0.0' + version: '7.1.0' ) if meson.get_compiler('vala').version().version_compare('<0.48.0')