Skip to content

Commit

Permalink
Version 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
KasemJaffer committed Feb 2, 2024
1 parent 159aec6 commit fc727fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.7

* Fix sharing url not working on iOS

## 1.6.6

* Fix compatibility issue with Android SDK <33
Expand Down
2 changes: 1 addition & 1 deletion ios/receive_sharing_intent.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit fc727fd

Please sign in to comment.