Skip to content

Commit 74de9c9

Browse files
committed
Update version to 2026.1.1
1 parent 684cd46 commit 74de9c9

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.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": "2026.1.0",
5+
"version": "2026.1.1",
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/2026.1.0",
42+
"identifier": "https://github.com/MerginMaps/mobile/tree/2026.1.1",
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: 2026.1.0
1+
cff-version: 2026.1.1
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
@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.22)
77
# Note: To update version use script/update_all_versions.bash
88
set(MM_VERSION_MAJOR "2026")
99
set(MM_VERSION_MINOR "1")
10-
set(MM_VERSION_PATCH "0")
10+
set(MM_VERSION_PATCH "1")
1111

1212
if (VCPKG_TARGET_TRIPLET MATCHES ".*ios.*")
1313
set(IOS TRUE)

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": "2026.1.0",
12+
"version": "2026.1.1",
1313
"homepage": "https://github.com/merginmaps/mobile",
1414
"dependencies": [
1515
{

0 commit comments

Comments
 (0)