From 21e6d8a271366cb433f616c6df1507915cd49744 Mon Sep 17 00:00:00 2001 From: Lorenzo Mattei Date: Mon, 1 Jul 2019 18:59:28 +0200 Subject: [PATCH] Bump version to 4.8.0.1 --- Simplenote/Simplenote-Info.plist | 2 +- SimplenoteShare/Info.plist | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Simplenote/Simplenote-Info.plist b/Simplenote/Simplenote-Info.plist index af618dcdf..3d8cbfeb7 100644 --- a/Simplenote/Simplenote-Info.plist +++ b/Simplenote/Simplenote-Info.plist @@ -32,7 +32,7 @@ CFBundleVersion - 4800 + 4801 Fabric APIKey diff --git a/SimplenoteShare/Info.plist b/SimplenoteShare/Info.plist index 9fcbf5716..6681ec068 100644 --- a/SimplenoteShare/Info.plist +++ b/SimplenoteShare/Info.plist @@ -21,11 +21,11 @@ CFBundlePackageType XPC! CFBundleShortVersionString - 4.7.0 + 4.8.0 CFBundleSignature ???? CFBundleVersion - 4700 + 4801 NSExtension NSExtensionAttributes @@ -38,22 +38,22 @@ (SUBQUERY( $extensionItem.attachments, $attachment, - ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.plain-text" - || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.text" + ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.plain-text" + || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.text" ).@count >= 1 OR SUBQUERY( $extensionItem.attachments, $attachment, - ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.url" - || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.file-url" + ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.url" + || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "public.file-url" ).@count == 1) AND SUBQUERY( $extensionItem.attachments, $attachment, - ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.find-login-action" - || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.save-login-action" + ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.find-login-action" + || ANY $attachment.registeredTypeIdentifiers UTI-CONFORMS-TO "org.appextension.save-login-action" ).@count == 0 ).@count >= 1