File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "description" : " <p>Mergin Maps mobile app is a QGIS powered app for Android and iOS devices.</p>" ,
33 "license" : " GPLv3" ,
44 "title" : " Mergin Maps mobile app" ,
5- "version" : " 2025.1.1 " ,
5+ "version" : " 2025.2.0 " ,
66 "upload_type" : " software" ,
77 "publication_date" : " 2022-02-24" ,
88 "creators" : [
3939 "related_identifiers" : [
4040 {
4141 "scheme" : " url" ,
42- "identifier" : " https://github.com/MerginMaps/mobile/tree/2025.1.1 " ,
42+ "identifier" : " https://github.com/MerginMaps/mobile/tree/2025.2.0 " ,
4343 "relation" : " isSupplementTo"
4444 },
4545 {
Original file line number Diff line number Diff line change 1- cff-version : 2025.1.1
1+ cff-version : 2025.2.0
22message : " If you use this software, please cite it as below."
33authors :
44- family-names : " Martin"
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ cmake_minimum_required(VERSION 3.22)
66
77# TODO automatically change with the scripts/update version script
88set (MM_VERSION_MAJOR "2025" )
9- set (MM_VERSION_MINOR "1 " )
10- set (MM_VERSION_PATCH "1 " )
9+ set (MM_VERSION_MINOR "2 " )
10+ set (MM_VERSION_PATCH "0 " )
1111set (QT_VERSION_DEFAULT "6.6.3" )
1212
1313# Note: we cannot set this for non-android build, since CMake will start looking for
You can’t perform that action at this time.
0 commit comments