Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Oct 29, 2021
1 parent beafb44 commit ddb227a
Show file tree
Hide file tree
Showing 4 changed files with 10 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.0
VERSION = 2.1.1
}

# 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.0",
"version": "2.1.1",
"maintainer": "Rinigus <[email protected]>",
"framework" : "@CLICK_FRAMEWORK@"
}
7 changes: 7 additions & 0 deletions packaging/osmscout-server.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@
</screenshots>
<metadata_license>CC-BY-SA-3.0</metadata_license>
<releases>
<release version="2.1.1" date="2021-10-29">
<description>
<ul>
<li>Update translations</li>
</ul>
</description>
</release>
<release version="2.1.0" date="2021-10-27">
<description>
<ul>
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: OSM Scout Server
Version: 2.1.0
Version: 2.1.1
Release: 1
Group: Qt/Qt
License: GPLv3
Expand Down

0 comments on commit ddb227a

Please sign in to comment.