diff --git a/apps/mobile/android/app/build.gradle b/apps/mobile/android/app/build.gradle index 0ebba462a..8d629d0aa 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 3111 + versionCode 3112 } 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 7f4015e6e..5942b744b 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 = 2189 -IOS_MARKETING_VERSION = 3.4.5 +IOS_CURRENT_PROJECT_VERSION = 2190 +IOS_MARKETING_VERSION = 3.4.6 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 7f4015e6e..5942b744b 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 = 2189 -IOS_MARKETING_VERSION = 3.4.5 +IOS_CURRENT_PROJECT_VERSION = 2190 +IOS_MARKETING_VERSION = 3.4.6 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 2c324681a..16a0c1aef 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 = 2189 -IOS_MARKETING_VERSION = 3.4.5 +IOS_CURRENT_PROJECT_VERSION = 2190 +IOS_MARKETING_VERSION = 3.4.6 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-lock.json b/apps/mobile/package-lock.json index 1bb82b3ca..1c64e38c7 100644 --- a/apps/mobile/package-lock.json +++ b/apps/mobile/package-lock.json @@ -1,12 +1,12 @@ { "name": "@notesnook/mobile", - "version": "3.4.0-beta.1", + "version": "3.4.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@notesnook/mobile", - "version": "3.4.0-beta.1", + "version": "3.4.5", "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { @@ -290,7 +290,7 @@ "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { - "@notesnook-importer/core": "^2.2.5", + "@notesnook-importer/core": "^2.4.5", "@notesnook/common": "file:../common", "@notesnook/intl": "file:../intl", "@notesnook/theme": "file:../theme", diff --git a/apps/mobile/package.json b/apps/mobile/package.json index f22de0180..b66a62ad3 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -1,6 +1,6 @@ { "name": "@notesnook/mobile", - "version": "3.4.5", + "version": "3.4.6", "private": true, "license": "GPL-3.0-or-later", "scripts": { diff --git a/fastlane/metadata/android/en-US/changelogs/15564.txt b/fastlane/metadata/android/en-US/changelogs/15564.txt new file mode 100644 index 000000000..7109ee11e --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/15564.txt @@ -0,0 +1,3 @@ +- Minor bug fixes and improvements + +Thank you for using Notesnook! diff --git a/packages/editor-mobile/package-lock.json b/packages/editor-mobile/package-lock.json index 7c735f048..58e54b556 100644 --- a/packages/editor-mobile/package-lock.json +++ b/packages/editor-mobile/package-lock.json @@ -63,7 +63,7 @@ "hasInstallScript": true, "license": "GPL-3.0-or-later", "dependencies": { - "@notesnook-importer/core": "^2.2.5", + "@notesnook-importer/core": "^2.4.5", "@notesnook/common": "file:../common", "@notesnook/intl": "file:../intl", "@notesnook/theme": "file:../theme",