diff --git a/data/granite.appdata.xml.in b/data/granite.appdata.xml.in index 89f322dc4..a59210e60 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 9018a02b3..4bf2280d8 100644 --- a/meson.build +++ b/meson.build @@ -2,7 +2,7 @@ project( 'granite', 'vala', 'c', meson_version: '>= 0.48.2', - version: '6.1.2' + version: '6.2.0' ) if meson.get_compiler('vala').version().version_compare('<0.48.0')