Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Jun 12, 2022
1 parent 66b2d38 commit b64cbab
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common.pri
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ equals(SCOUT_FLAVOR, "silica") {

# set version
isEmpty(VERSION) {
VERSION = 2.1.1
VERSION = 2.2.0
}

# The name of the application
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": "osmscout-server.desktop"
}
},
"version": "2.1.1",
"version": "2.2.0",
"maintainer": "Rinigus <[email protected]>",
"framework" : "@CLICK_FRAMEWORK@"
}
10 changes: 10 additions & 0 deletions packaging/osmscout-server.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="2.2.0" date="2022-06-12">
<description>
<ul>
<li>Update geocoder</li>
<li>Update click build config [jonnius]</li>
<li>Update translations</li>
<li>Small bugfixes</li>
</ul>
</description>
</release>
<release version="2.1.1" date="2021-10-29">
<description>
<ul>
Expand Down
6 changes: 6 additions & 0 deletions rpm/harbour-osmscout-server.changes
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
# * date Author's Name <author's email> version-release
# - Summary of changes

* Sun Jun 12 2022 rinigus <[email protected]> 2.2.0-1
- update geocoder
- update click build config [jonnius]
- update translations
- small bugfixes

* Wed Oct 27 2021 rinigus <[email protected]> 2.1.0-1
- adjust Valhalla module to support for multiple Valhalla versions
- add support for Valhalla 3.1.4
Expand Down
2 changes: 1 addition & 1 deletion rpm/harbour-osmscout-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Name: osmscout-server
%endif

Summary: Offline maps, routing, and search
Version: 2.1.2
Version: 2.2.0
Release: 1
Group: Qt/Qt
License: GPLv3
Expand Down

0 comments on commit b64cbab

Please sign in to comment.