diff options
author | Niels De Graef <nielsdegraef@gmail.com> | 2020-08-24 07:41:19 +0200 |
---|---|---|
committer | Niels De Graef <nielsdegraef@gmail.com> | 2020-08-24 07:41:19 +0200 |
commit | a4c6c532c5ea1b29dd079404e60db5d8f9af1917 (patch) | |
tree | 3427a07be7893d321a31402152314f4d64a450f7 | |
parent | 81af86fb6674dc54b32a8f3d0ff2fd2fa34537d2 (diff) | |
download | gnome-contacts-a4c6c532c5ea1b29dd079404e60db5d8f9af1917.tar.gz |
Release unstable version 3.37.23.37.2
-rw-r--r-- | data/org.gnome.Contacts.appdata.xml.in.in | 12 | ||||
-rw-r--r-- | meson.build | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/data/org.gnome.Contacts.appdata.xml.in.in b/data/org.gnome.Contacts.appdata.xml.in.in index bdfa288..87fb9fc 100644 --- a/data/org.gnome.Contacts.appdata.xml.in.in +++ b/data/org.gnome.Contacts.appdata.xml.in.in @@ -26,6 +26,18 @@ </screenshots> <releases> + <release date="2020-08-24" version="3.37.2"> + <description> + <p> + This is the beta release in the 3.37 development series, + with the following improvements: + </p> + <ul> + <li>Fixed: cannot get past the initial setup screen</li> + </ul> + <p>This release also updates translations in several languages.</p> + </description> + </release> <release date="2020-08-13" version="3.37.1"> <description> <p> diff --git a/meson.build b/meson.build index 9982fc9..daba33a 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gnome-contacts', [ 'vala', 'c' ], - version: '3.37.1', + version: '3.37.2', license: 'GPL2+', meson_version: '>= 0.50', ) |