summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/org.gnome.Contacts.appdata.xml.in.in12
-rw-r--r--meson.build2
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',
)