summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/org.gnome.Contacts.appdata.xml.in.in9
-rw-r--r--meson.build2
2 files changed, 10 insertions, 1 deletions
diff --git a/data/org.gnome.Contacts.appdata.xml.in.in b/data/org.gnome.Contacts.appdata.xml.in.in
index 98bdedf..c3c0c7c 100644
--- a/data/org.gnome.Contacts.appdata.xml.in.in
+++ b/data/org.gnome.Contacts.appdata.xml.in.in
@@ -41,6 +41,15 @@
</screenshots>
<releases>
+ <release date="2023-02-06" version="43.1">
+ <description>
+ <p>
+ This is the second stable release in the GNOME 43 series, which fixes
+ several bugs when updating or editing a contact.
+ </p>
+ <p>This release also updates translations in several languages.</p>
+ </description>
+ </release>
<release date="2022-09-23" version="43.0">
<description>
<p>
diff --git a/meson.build b/meson.build
index 8fba912..87394ae 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-contacts', [ 'vala', 'c' ],
- version: '43.0',
+ version: '43.1',
license: 'GPL-2.0-or-later',
meson_version: '>= 0.59',
)