diff --git a/apps/mobile/android/app/build.gradle b/apps/mobile/android/app/build.gradle index 7bc082b56..26e3de39b 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 3099 + versionCode 3100 } versionName getNpmVersion() testBuildType System.getProperty('testBuildType', 'debug') diff --git a/apps/mobile/android/releasenotes/whatsnew-en-US b/apps/mobile/android/releasenotes/whatsnew-en-US index 1ada0a465..3b5f50469 100644 --- a/apps/mobile/android/releasenotes/whatsnew-en-US +++ b/apps/mobile/android/releasenotes/whatsnew-en-US @@ -1,8 +1,3 @@ -- Fix clearing note title adds generated title instead of staying empty -- Improved table cell selection, table scrolling, and table cell editing on mobile -- Fixed app on launch randomly focuses editor instead of notes list -- Fixed file size check shows error but continues adding the file to editor -- Note title headline format should get content from first paragraph -- Minor bug fixes and performance improvements +- Bug fixes and improvements -Thank you for using Notesnook! +Thank you for using Notesnook! \ No newline at end of file diff --git a/apps/mobile/ios/build-configs/ios-build.active.xcconfig b/apps/mobile/ios/build-configs/ios-build.active.xcconfig index 74868e14b..b5472cbe3 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 = 2179 -IOS_MARKETING_VERSION = 3.3.19 +IOS_CURRENT_PROJECT_VERSION = 2180 +IOS_MARKETING_VERSION = 3.3.20 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 74868e14b..b5472cbe3 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 = 2179 -IOS_MARKETING_VERSION = 3.3.19 +IOS_CURRENT_PROJECT_VERSION = 2180 +IOS_MARKETING_VERSION = 3.3.20 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 d5ffcd41b..9be8dbf12 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 = 2179 -IOS_MARKETING_VERSION = 3.3.19 +IOS_CURRENT_PROJECT_VERSION = 2180 +IOS_MARKETING_VERSION = 3.3.20 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 6d43772c2..8219edca4 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@notesnook/mobile", - "version": "3.3.19", + "version": "3.3.20", "private": true, "license": "GPL-3.0-or-later", "scripts": { @@ -202,4 +202,4 @@ "engines": { "node": ">=20" } -} +} \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/15504.txt b/fastlane/metadata/android/en-US/changelogs/15504.txt new file mode 100644 index 000000000..3aaf71b15 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/15504.txt @@ -0,0 +1,3 @@ +- Bug fixes and improvements + +Thank you for using Notesnook!