From 774f6bfcc34cf9d45d14bd19cb266dc1a0c6d868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20For=C3=A9?= Date: Fri, 13 Dec 2019 11:42:03 -0800 Subject: [PATCH] Release 5.3.0 (#365) --- 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 47ea4fbc2..726894a96 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.

- +

New features

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