From b2cf3b4c8a2fdd59daeefb396e9a846088f02b92 Mon Sep 17 00:00:00 2001 From: Cassidy James Blaede Date: Wed, 25 Aug 2021 16:06:34 -0600 Subject: [PATCH] Release 6.1.1 (#520) --- data/granite.appdata.xml.in | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/data/granite.appdata.xml.in b/data/granite.appdata.xml.in index 5f525c24b..b08f414e9 100644 --- a/data/granite.appdata.xml.in +++ b/data/granite.appdata.xml.in @@ -10,6 +10,16 @@

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

+ + +

Fixes:

+
    +
  • Ensure accel_to_string works with multiple modifiers
  • +
  • Fix locale issues in Flatpaks
  • +
  • Updated translations
  • +
+
+

Additions:

diff --git a/meson.build b/meson.build index f05c6f782..38f448c73 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'granite', 'vala', 'c', meson_version: '>= 0.48.2', - version: '6.1.0' + version: '6.1.1' ) if meson.get_compiler('vala').version().version_compare('<0.48.0')