diff --git a/apps/mobile/android/app/build.gradle b/apps/mobile/android/app/build.gradle index 1f4781422..f90b30f98 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 3113 + versionCode 3114 } 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 0454f523e..35eb621d9 100644 --- a/apps/mobile/android/releasenotes/whatsnew-en-US +++ b/apps/mobile/android/releasenotes/whatsnew-en-US @@ -1,4 +1,6 @@ -- Add option to clear note version history +- Added sync status icon in sidebar +- Added new reminder shortcut in app icon context menu +- Improved editor saving reliability - 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 4d0ea7252..e03bda205 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 = 2191 -IOS_MARKETING_VERSION = 3.4.7 +IOS_CURRENT_PROJECT_VERSION = 2192 +IOS_MARKETING_VERSION = 3.4.8 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 4d0ea7252..e03bda205 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 = 2191 -IOS_MARKETING_VERSION = 3.4.7 +IOS_CURRENT_PROJECT_VERSION = 2192 +IOS_MARKETING_VERSION = 3.4.8 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 2404c2515..b2efe4bf3 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 = 2191 -IOS_MARKETING_VERSION = 3.4.7 +IOS_CURRENT_PROJECT_VERSION = 2192 +IOS_MARKETING_VERSION = 3.4.8 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 50b7339e0..b5fd34034 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@notesnook/mobile", - "version": "3.4.7", + "version": "3.4.8", "private": true, "license": "GPL-3.0-or-later", "scripts": { diff --git a/fastlane/metadata/android/en-US/changelogs/15574.txt b/fastlane/metadata/android/en-US/changelogs/15574.txt new file mode 100644 index 000000000..35eb621d9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/15574.txt @@ -0,0 +1,6 @@ +- Added sync status icon in sidebar +- Added new reminder shortcut in app icon context menu +- Improved editor saving reliability +- Minor bug fixes and improvements + +Thank you for using Notesnook!