From fc727fd49930fc40416e507b034a3931a409546f Mon Sep 17 00:00:00 2001 From: kasem Date: Fri, 2 Feb 2024 08:44:50 -0800 Subject: [PATCH] Version 1.6.7 --- CHANGELOG.md | 4 ++++ ios/receive_sharing_intent.podspec | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de0e0a3c..f72cdb58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.6.7 + +* Fix sharing url not working on iOS + ## 1.6.6 * Fix compatibility issue with Android SDK <33 diff --git a/ios/receive_sharing_intent.podspec b/ios/receive_sharing_intent.podspec index b550aac0..fe33951f 100644 --- a/ios/receive_sharing_intent.podspec +++ b/ios/receive_sharing_intent.podspec @@ -3,7 +3,7 @@ # Pod::Spec.new do |s| s.name = 'receive_sharing_intent' - s.version = '1.6.4' + s.version = '1.6.7' s.summary = 'A flutter plugin that enables flutter apps to receive sharing photos from other apps.' s.description = <<-DESC A flutter plugin that enables flutter apps to receive sharing photos from other apps. diff --git a/pubspec.yaml b/pubspec.yaml index b9101851..1f0e22a2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: receive_sharing_intent description: A flutter plugin that enables flutter apps to receive sharing photos, text or url from other apps. -version: 1.6.6 +version: 1.6.7 homepage: https://github.com/KasemJaffer/receive_sharing_intent environment: