From e9808c08f071b4d95b29400f7dc2f78b5708f072 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Tue, 30 Jun 2026 11:12:50 +0500 Subject: [PATCH] mobile: bump version --- apps/mobile/android/app/build.gradle | 2 +- apps/mobile/ios/build-configs/ios-build.active.xcconfig | 2 +- apps/mobile/ios/build-configs/ios-build.production.xcconfig | 2 +- apps/mobile/ios/build-configs/ios-build.staging.xcconfig | 2 +- .../metadata/android/en-US/changelogs/{15544.txt => 15549.txt} | 0 5 files changed, 4 insertions(+), 4 deletions(-) rename fastlane/metadata/android/en-US/changelogs/{15544.txt => 15549.txt} (100%) diff --git a/apps/mobile/android/app/build.gradle b/apps/mobile/android/app/build.gradle index 2eebd488d..6e428a4ad 100644 --- a/apps/mobile/android/app/build.gradle +++ b/apps/mobile/android/app/build.gradle @@ -140,7 +140,7 @@ android { if (project.hasProperty("prBuildNumber")) { versionCode Integer.parseInt(prBuildNumber()) } else { - versionCode 3108 + versionCode 3109 } versionName getNpmVersion() testBuildType System.getProperty('testBuildType', 'debug') diff --git a/apps/mobile/ios/build-configs/ios-build.active.xcconfig b/apps/mobile/ios/build-configs/ios-build.active.xcconfig index c570c17e6..c56a81689 100644 --- a/apps/mobile/ios/build-configs/ios-build.active.xcconfig +++ b/apps/mobile/ios/build-configs/ios-build.active.xcconfig @@ -1,5 +1,5 @@ // Production iOS build identifiers -IOS_CURRENT_PROJECT_VERSION = 2186 +IOS_CURRENT_PROJECT_VERSION = 2187 IOS_MARKETING_VERSION = 3.4.3 IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget diff --git a/apps/mobile/ios/build-configs/ios-build.production.xcconfig b/apps/mobile/ios/build-configs/ios-build.production.xcconfig index c570c17e6..c56a81689 100644 --- a/apps/mobile/ios/build-configs/ios-build.production.xcconfig +++ b/apps/mobile/ios/build-configs/ios-build.production.xcconfig @@ -1,5 +1,5 @@ // Production iOS build identifiers -IOS_CURRENT_PROJECT_VERSION = 2186 +IOS_CURRENT_PROJECT_VERSION = 2187 IOS_MARKETING_VERSION = 3.4.3 IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget diff --git a/apps/mobile/ios/build-configs/ios-build.staging.xcconfig b/apps/mobile/ios/build-configs/ios-build.staging.xcconfig index 35a820fc5..93c4a33cf 100644 --- a/apps/mobile/ios/build-configs/ios-build.staging.xcconfig +++ b/apps/mobile/ios/build-configs/ios-build.staging.xcconfig @@ -1,5 +1,5 @@ // Staging iOS build identifiers -IOS_CURRENT_PROJECT_VERSION = 2186 +IOS_CURRENT_PROJECT_VERSION = 2187 IOS_MARKETING_VERSION = 3.4.3 IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget diff --git a/fastlane/metadata/android/en-US/changelogs/15544.txt b/fastlane/metadata/android/en-US/changelogs/15549.txt similarity index 100% rename from fastlane/metadata/android/en-US/changelogs/15544.txt rename to fastlane/metadata/android/en-US/changelogs/15549.txt