diff --git a/apps/mobile/android/app/build.gradle b/apps/mobile/android/app/build.gradle index f90b30f98..577c8f10e 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 3114 + versionCode 3115 } 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 35eb621d9..236853f9b 100644 --- a/apps/mobile/android/releasenotes/whatsnew-en-US +++ b/apps/mobile/android/releasenotes/whatsnew-en-US @@ -1,6 +1,4 @@ -- Added sync status icon in sidebar -- Added new reminder shortcut in app icon context menu -- Improved editor saving reliability +- Fix drag/drop issues in task-lists and improved UX - Minor bug fixes and improvements Thank you for using Notesnook! diff --git a/apps/mobile/ios/build-configs/ios-build.active.xcconfig b/apps/mobile/ios/build-configs/ios-build.active.xcconfig index e03bda205..80052096b 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 = 2192 -IOS_MARKETING_VERSION = 3.4.8 +IOS_CURRENT_PROJECT_VERSION = 2193 +IOS_MARKETING_VERSION = 3.4.9 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 e03bda205..80052096b 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 = 2192 -IOS_MARKETING_VERSION = 3.4.8 +IOS_CURRENT_PROJECT_VERSION = 2193 +IOS_MARKETING_VERSION = 3.4.9 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 b2efe4bf3..e28b2532d 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 = 2192 -IOS_MARKETING_VERSION = 3.4.8 +IOS_CURRENT_PROJECT_VERSION = 2193 +IOS_MARKETING_VERSION = 3.4.9 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 b5fd34034..13abf85eb 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@notesnook/mobile", - "version": "3.4.8", + "version": "3.4.9", "private": true, "license": "GPL-3.0-or-later", "scripts": { diff --git a/fastlane/metadata/android/en-US/changelogs/15579.txt b/fastlane/metadata/android/en-US/changelogs/15579.txt new file mode 100644 index 000000000..236853f9b --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/15579.txt @@ -0,0 +1,4 @@ +- Fix drag/drop issues in task-lists and improved UX +- Minor bug fixes and improvements + +Thank you for using Notesnook!