From 62132e77dbb846be0a655ec58e4506d8b4e080bc Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Mon, 31 Aug 2026 12:53:14 +0500 Subject: [PATCH] mobile: release 3.3.11 --- 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/15589.txt | 3 +++ 6 files changed, 11 insertions(+), 8 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/15589.txt diff --git a/apps/mobile/android/app/build.gradle b/apps/mobile/android/app/build.gradle index 2377988de..83ebf9831 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 3116 + versionCode 3117 } 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 56d250fe6..032ca1328 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 = 2194 -IOS_MARKETING_VERSION = 3.4.10 +IOS_CURRENT_PROJECT_VERSION = 2195 +IOS_MARKETING_VERSION = 3.4.11 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 56d250fe6..032ca1328 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 = 2194 -IOS_MARKETING_VERSION = 3.4.10 +IOS_CURRENT_PROJECT_VERSION = 2195 +IOS_MARKETING_VERSION = 3.4.11 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 4abc12819..b00e67e05 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 = 2194 -IOS_MARKETING_VERSION = 3.4.10 +IOS_CURRENT_PROJECT_VERSION = 2195 +IOS_MARKETING_VERSION = 3.4.11 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 38a3071a1..12ccc63eb 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@notesnook/mobile", - "version": "3.4.10", + "version": "3.4.11", "private": true, "license": "GPL-3.0-or-later", "scripts": { diff --git a/fastlane/metadata/android/en-US/changelogs/15589.txt b/fastlane/metadata/android/en-US/changelogs/15589.txt new file mode 100644 index 000000000..7109ee11e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/15589.txt @@ -0,0 +1,3 @@ +- Minor bug fixes and improvements + +Thank you for using Notesnook!