summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Lundblad <ml@update.uu.se>2020-01-04 10:33:05 +0100
committerMarcus Lundblad <ml@update.uu.se>2020-01-04 10:33:05 +0100
commit13cf7ea55b5132b681e347d902a6940ee669e5b8 (patch)
treebbbb1caad23ed68f9150cac31569d5236f830dcc
parentbf2b90f57585da5588948170f35a82ff31f3358d (diff)
downloadgnome-maps-3.34.3.tar.gz
Release 3.34.3v3.34.3
-rw-r--r--NEWS9
-rw-r--r--data/org.gnome.Maps.appdata.xml.in7
-rw-r--r--meson.build2
3 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e1bdef48..953f0b4b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+3.34.3 - Jan 4, 2020
+=========================
+
+Added/updated/fixed translations
+ - Malay
+
+All contributors to this release
+Umarzuki Bin Mochlis Moktar <umarzuki@gmail.com>
+
3.34.2 - Nov 23, 2019
=========================
diff --git a/data/org.gnome.Maps.appdata.xml.in b/data/org.gnome.Maps.appdata.xml.in
index d207685f..aab4865c 100644
--- a/data/org.gnome.Maps.appdata.xml.in
+++ b/data/org.gnome.Maps.appdata.xml.in
@@ -42,6 +42,13 @@
</screenshot>
</screenshots>
<releases>
+ <release date="2020-01-04" version="3.34.3">
+ <description>
+ <ul>
+ <li>Added Malay translation</li>
+ </ul>
+ </description>
+ </release>
<release date="2019-11-23" version="3.34.2">
<description>
<ul>
diff --git a/meson.build b/meson.build
index 3ea60afa..3633fc5a 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gnome-maps', 'c',
- version: '3.34.2',
+ version: '3.34.3',
license: 'GPL2+'
)