summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2019-02-06 09:01:46 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2019-02-06 09:01:46 +0100
commita8305a665fea10979ee3026efc272a31ef56cb34 (patch)
treeea0602cb7139f043ed916bb7e2cd646b60595fe1
parent453fdc5923d81e5da7271ceb340d343d0b7003be (diff)
downloadgnome-contacts-a8305a665fea10979ee3026efc272a31ef56cb34.tar.gz
Release unstable version 3.31.903.31.90
-rw-r--r--data/org.gnome.Contacts.appdata.xml.in15
-rw-r--r--meson.build2
2 files changed, 16 insertions, 1 deletions
diff --git a/data/org.gnome.Contacts.appdata.xml.in b/data/org.gnome.Contacts.appdata.xml.in
index 8ddd0f3..0ff043e 100644
--- a/data/org.gnome.Contacts.appdata.xml.in
+++ b/data/org.gnome.Contacts.appdata.xml.in
@@ -26,6 +26,21 @@
</screenshots>
<releases>
+ <release date="2019-02-06" version="3.31.90">
+ <description>
+ <p>
+ This is the next unstable release in the 3.31 development series,
+ with the following improvements:
+ </p>
+ <ul>
+ <li>
+ The interface now adapts to the size of its window, making it
+ possible to use on smaller screens (such as phones)
+ </li>
+ </ul>
+ <p>This release also updates translations in several languages.</p>
+ </description>
+ </release>
<release date="2019-01-09" version="3.31.4">
<description>
<p>
diff --git a/meson.build b/meson.build
index c0eb28f..a32574a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-contacts', [ 'vala', 'c' ],
- version: '3.31.4',
+ version: '3.31.90',
license: 'GPL2+',
meson_version: '>= 0.41',
)