Skip to content

Commit

Permalink
Update version to 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kasem committed Oct 21, 2024
1 parent da6fb81 commit 2e46709
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.8.1

* Fixed sharing not working on iOS 18

## 1.8.0

* Added support for cached images on iOS such as shared images from a Screenshot.
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.8.0'
s.version = '1.8.1'
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.8.0
version: 1.8.1
homepage: https://github.com/KasemJaffer/receive_sharing_intent

environment:
Expand Down

0 comments on commit 2e46709

Please sign in to comment.