diff --git a/Makefile b/Makefile
index a8d944dd..42ec0bde 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
NAME = pure-maps
FULLNAME = $(NAME)
-VERSION = 1.23.0
+VERSION = 1.24.0
RELEASE = $(NAME)-$(VERSION)
DESTDIR =
PREFIX = /usr
diff --git a/NEWS.md b/NEWS.md
index 19f420f4..a722d657 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,12 @@
+2019-08-26: Pure Maps 1.24
+==========================
+
+* Add UBPorts platform
+* Package and bugfixes for UBPorts [jonnius, myii, mateosalta]
+* [silica] Use image instead of iconbutton
+* Update translations
+* Bugfixes
+
2019-08-25: Pure Maps 1.23
==========================
diff --git a/packaging/pure-maps.appdata.xml b/packaging/pure-maps.appdata.xml
index 8c88dd44..8f8de691 100644
--- a/packaging/pure-maps.appdata.xml
+++ b/packaging/pure-maps.appdata.xml
@@ -38,6 +38,18 @@
CC-BY-SA-3.0
+
+
+
+ - Add UBPorts platform
+ - Package and bugfixes for UBPorts [jonnius, myii, mateosalta]
+ - [silica] Use image instead of iconbutton
+ - Update translations
+ - Update documentation
+ - Bugfixes
+
+
+
diff --git a/packaging/ubports/manifest.json b/packaging/ubports/manifest.json
index d86591dd..88dc1d96 100644
--- a/packaging/ubports/manifest.json
+++ b/packaging/ubports/manifest.json
@@ -9,7 +9,7 @@
"desktop": "pure-maps.desktop"
}
},
- "version": "1.23",
+ "version": "1.24.0",
"maintainer": "Jonatan Hatakeyama Zeidler ",
"framework" : "ubuntu-sdk-16.04"
}
diff --git a/poor/__init__.py b/poor/__init__.py
index 453bc1d1..0ebcc371 100644
--- a/poor/__init__.py
+++ b/poor/__init__.py
@@ -17,7 +17,7 @@
"""An application to display maps and stuff."""
-__version__ = "1.23.0"
+__version__ = "1.24.0"
try:
import pyotherside
diff --git a/rpm/harbour-pure-maps.spec b/rpm/harbour-pure-maps.spec
index 7ebea57f..48015bf1 100644
--- a/rpm/harbour-pure-maps.spec
+++ b/rpm/harbour-pure-maps.spec
@@ -5,7 +5,7 @@
%define __provides_exclude_from ^%{_datadir}/.*$
Name: harbour-pure-maps
-Version: 1.23.0
+Version: 1.24.0
Release: 1
Summary: Maps and navigation
License: GPLv3+