From 65e42e5d8b477ba358fd9d706e2be29ec999d675 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Wed, 29 Apr 2026 16:36:09 +0500 Subject: [PATCH] mobile: prepare for v3.3.21 release --- apps/mobile/android/app/build.gradle | 2 +- apps/mobile/ios/build-configs/ios-build.active.xcconfig | 4 ++-- apps/mobile/ios/build-configs/ios-build.production.xcconfig | 4 ++-- apps/mobile/ios/build-configs/ios-build.staging.xcconfig | 4 ++-- apps/mobile/package.json | 2 +- fastlane/metadata/android/en-US/changelogs/15509.txt | 3 +++ 6 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/15509.txt diff --git a/apps/mobile/android/app/build.gradle b/apps/mobile/android/app/build.gradle index 26e3de39b..4d204b579 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 3100 + versionCode 3102 } 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 b5472cbe3..434b2f3ac 100644 --- a/apps/mobile/ios/build-configs/ios-build.active.xcconfig +++ b/apps/mobile/ios/build-configs/ios-build.active.xcconfig @@ -1,6 +1,6 @@ // Production iOS build identifiers -IOS_CURRENT_PROJECT_VERSION = 2180 -IOS_MARKETING_VERSION = 3.3.20 +IOS_CURRENT_PROJECT_VERSION = 2181 +IOS_MARKETING_VERSION = 3.3.21 IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share diff --git a/apps/mobile/ios/build-configs/ios-build.production.xcconfig b/apps/mobile/ios/build-configs/ios-build.production.xcconfig index b5472cbe3..434b2f3ac 100644 --- a/apps/mobile/ios/build-configs/ios-build.production.xcconfig +++ b/apps/mobile/ios/build-configs/ios-build.production.xcconfig @@ -1,6 +1,6 @@ // Production iOS build identifiers -IOS_CURRENT_PROJECT_VERSION = 2180 -IOS_MARKETING_VERSION = 3.3.20 +IOS_CURRENT_PROJECT_VERSION = 2181 +IOS_MARKETING_VERSION = 3.3.21 IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share diff --git a/apps/mobile/ios/build-configs/ios-build.staging.xcconfig b/apps/mobile/ios/build-configs/ios-build.staging.xcconfig index 9be8dbf12..0a50b72f7 100644 --- a/apps/mobile/ios/build-configs/ios-build.staging.xcconfig +++ b/apps/mobile/ios/build-configs/ios-build.staging.xcconfig @@ -1,6 +1,6 @@ // Staging iOS build identifiers -IOS_CURRENT_PROJECT_VERSION = 2180 -IOS_MARKETING_VERSION = 3.3.20 +IOS_CURRENT_PROJECT_VERSION = 2181 +IOS_MARKETING_VERSION = 3.3.21 IOS_MAIN_BUNDLE_ID = org.streetwriters.notesnook IOS_WIDGET_BUNDLE_ID = org.streetwriters.notesnook.notewidget IOS_SHARE_BUNDLE_ID = org.streetwriters.notesnook.share diff --git a/apps/mobile/package.json b/apps/mobile/package.json index c91654cf4..5f6135d74 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@notesnook/mobile", - "version": "3.3.20", + "version": "3.3.21", "private": true, "license": "GPL-3.0-or-later", "scripts": { diff --git a/fastlane/metadata/android/en-US/changelogs/15509.txt b/fastlane/metadata/android/en-US/changelogs/15509.txt new file mode 100644 index 000000000..3aaf71b15 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/15509.txt @@ -0,0 +1,3 @@ +- Bug fixes and improvements + +Thank you for using Notesnook!