Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Oct 17, 2021
1 parent ab9daaf commit 2a05f4f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5.1) # Latest version as supported by Ubuntu Touch

project(pure-maps
VERSION 2.8.0
VERSION 2.8.1
DESCRIPTION "Maps and navigation")

# options
Expand Down
2 changes: 1 addition & 1 deletion packaging/click/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"desktop": "pure-maps.desktop"
}
},
"version": "2.8.0",
"version": "2.8.1",
"maintainer": "Rinigus <[email protected]>",
"framework" : "@CLICK_FRAMEWORK@"
}
7 changes: 7 additions & 0 deletions packaging/pure-maps.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="2.8.1" date="2021-10-17">
<description>
<ul>
<li>Bugfixes</li>
</ul>
</description>
</release>
<release version="2.8.0" date="2021-10-17">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-pure-maps.spec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Name: harbour-pure-maps
Name: pure-maps
%endif

Version: 2.8.0
Version: 2.8.1
Release: 1

Summary: Maps and navigation
Expand Down

0 comments on commit 2a05f4f

Please sign in to comment.