Skip to content

Commit eb72e98

Browse files
committed
Update version
1 parent 76b65ba commit eb72e98

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.zenodo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.7.0",
5+
"version": "2025.8.0",
66
"upload_type": "software",
77
"publication_date": "2022-02-24",
88
"creators": [
@@ -39,7 +39,7 @@
3939
"related_identifiers": [
4040
{
4141
"scheme": "url",
42-
"identifier": "https://github.com/MerginMaps/mobile/tree/2025.7.0",
42+
"identifier": "https://github.com/MerginMaps/mobile/tree/2025.8.0",
4343
"relation": "isSupplementTo"
4444
},
4545
{

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cff-version: 2025.7.0
1+
cff-version: 2025.8.0
22
message: "If you use this software, please cite it as below."
33
authors:
44
- family-names: "Martin"

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.22)
66

77
# Note: To update version use script/update_all_versions.bash
88
set(MM_VERSION_MAJOR "2025")
9-
set(MM_VERSION_MINOR "7")
9+
set(MM_VERSION_MINOR "8")
1010
set(MM_VERSION_PATCH "0")
1111

1212
if (VCPKG_TARGET_TRIPLET MATCHES ".*ios.*")

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"name": "merginmaps-mobile-app",
1111
"description": "Collect. Share. Publish.",
12-
"version": "2025.7.0",
12+
"version": "2025.8.0",
1313
"homepage": "https://github.com/merginmaps/mobile",
1414
"dependencies": [
1515
{

0 commit comments

Comments
 (0)