diff --git a/Makefile b/Makefile index dff10b24..cb25af5b 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ NAME = pure-maps FULLNAME = $(NAME) -VERSION = 1.26.0 +VERSION = 1.26.1 RELEASE = $(NAME)-$(VERSION) DESTDIR = PREFIX = /usr diff --git a/NEWS.md b/NEWS.md index 0d465d19..da221eae 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,7 @@ * Link to UBPorts documentation [jonnius] * Add transportation icons [mosen] * [silica] Keep text field focus after pressing clear button -* Update translations +* [1.26.0, 1.26.1] Update translations * Bugfixes 2019-09-14: Pure Maps 1.25 diff --git a/packaging/ubports/manifest.json b/packaging/ubports/manifest.json index 646d94ec..78b99bd7 100644 --- a/packaging/ubports/manifest.json +++ b/packaging/ubports/manifest.json @@ -9,7 +9,7 @@ "desktop": "pure-maps.desktop" } }, - "version": "1.26.0", + "version": "1.26.1", "maintainer": "Jonatan Hatakeyama Zeidler ", "framework" : "ubuntu-sdk-16.04" } diff --git a/poor/__init__.py b/poor/__init__.py index f8e55da4..68411dcc 100644 --- a/poor/__init__.py +++ b/poor/__init__.py @@ -17,7 +17,7 @@ """An application to display maps and stuff.""" -__version__ = "1.26.0" +__version__ = "1.26.1" try: import pyotherside diff --git a/rpm/harbour-pure-maps.spec b/rpm/harbour-pure-maps.spec index 9744472c..bea296fe 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.26.0 +Version: 1.26.1 Release: 1 Summary: Maps and navigation License: GPLv3+