From ede61473fb8e56da15e401a1517c2580873fdf81 Mon Sep 17 00:00:00 2001 From: Cassidy James Blaede Date: Wed, 1 Apr 2020 18:21:23 -0600 Subject: [PATCH] Release 5.3.1 (#379) * Release 5.3.1 Lots of translations and a couple of nice improvements * Update meson.build --- data/granite.appdata.xml.in | 2 +- meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/granite.appdata.xml.in b/data/granite.appdata.xml.in index 3c3806031..0e87a2e12 100644 --- a/data/granite.appdata.xml.in +++ b/data/granite.appdata.xml.in @@ -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.

- +

Improvements:

    diff --git a/meson.build b/meson.build index 2b857f966..243150028 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'granite', 'vala', 'c', meson_version: '>= 0.48.2', - version: '5.3.0' + version: '5.3.1' ) if meson.get_compiler('vala').version().version_compare('<0.40.0')