diff --git a/apps/mobile/android/app/build.gradle b/apps/mobile/android/app/build.gradle index 613cd828c..0ebba462a 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 3110 + versionCode 3111 } 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 001b7f88d..7109ee11e 100644 --- a/apps/mobile/android/releasenotes/whatsnew-en-US +++ b/apps/mobile/android/releasenotes/whatsnew-en-US @@ -1,7 +1,3 @@ -- Inbox API is now in beta. Learn more about it at https://help.notesnook.com/inbox-api/getting-started -- Added close all tabs button in editor -- Deeplinking support for nn:// urls -- Set default image compression mode in Settings -> Behavior -- Minor bug fixes and performance improvements +- 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 e52cde807..7f4015e6e 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 = 2188 -IOS_MARKETING_VERSION = 3.4.4 +IOS_CURRENT_PROJECT_VERSION = 2189 +IOS_MARKETING_VERSION = 3.4.5 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 e52cde807..7f4015e6e 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 = 2188 -IOS_MARKETING_VERSION = 3.4.4 +IOS_CURRENT_PROJECT_VERSION = 2189 +IOS_MARKETING_VERSION = 3.4.5 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 50bee7ee8..2c324681a 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 = 2188 -IOS_MARKETING_VERSION = 3.4.4 +IOS_CURRENT_PROJECT_VERSION = 2189 +IOS_MARKETING_VERSION = 3.4.5 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 265955be3..f22de0180 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@notesnook/mobile", - "version": "3.4.4", + "version": "3.4.5", "private": true, "license": "GPL-3.0-or-later", "scripts": { diff --git a/fastlane/metadata/android/en-US/changelogs/15559.txt b/fastlane/metadata/android/en-US/changelogs/15559.txt new file mode 100644 index 000000000..7109ee11e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/15559.txt @@ -0,0 +1,3 @@ +- Minor bug fixes and improvements + +Thank you for using Notesnook!