diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e99fa7..415c677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.1 + +- fix: incompatible dart version range + ## 1.0.0 - Initial Stable release diff --git a/README.md b/README.md index b12ddbb..3d8e774 100644 --- a/README.md +++ b/README.md @@ -634,7 +634,7 @@ Add the `receive_sharing_intent_plus` package to your `pubspec.yaml` file: ```yaml dependencies: - receive_sharing_intent_plus: ^1.0.0 + receive_sharing_intent_plus: ^1.0.1 ``` ### 2. Import the package diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 2740993..ddf503c 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -1,6 +1,6 @@ PODS: - Flutter (1.0.0) - - receive_sharing_intent_plus (1.0.0): + - receive_sharing_intent_plus (1.0.1): - Flutter DEPENDENCIES: @@ -15,7 +15,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 - receive_sharing_intent_plus: 8ff322a4d5d217f7ff3e99362e1a97879a333ba8 + receive_sharing_intent_plus: f02db0a23c17f7aeef8de465cb2d8705a46143a6 PODFILE CHECKSUM: 70d9d25280d0dd177a5f637cdb0f0b0b12c6a189 diff --git a/example/pubspec.lock b/example/pubspec.lock index 73e4381..75c6f2e 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -60,7 +60,7 @@ packages: path: ".." relative: true source: path - version: "1.0.0" + version: "1.0.1" sky_engine: dependency: transitive description: flutter diff --git a/ios/receive_sharing_intent_plus.podspec b/ios/receive_sharing_intent_plus.podspec index cc57f22..9550efe 100644 --- a/ios/receive_sharing_intent_plus.podspec +++ b/ios/receive_sharing_intent_plus.podspec @@ -4,7 +4,7 @@ # Pod::Spec.new do |s| s.name = 'receive_sharing_intent_plus' - s.version = '1.0.0' + s.version = '1.0.1' s.summary = 'A Flutter plugin to Unlock seamless content sharing in your apps with text, photos, and URLs.' s.description = <<-DESC Unlock seamless content sharing in your Flutter apps with text, photos, and URLs - one plugin away. diff --git a/pubspec.yaml b/pubspec.yaml index 37c28bc..411ecee 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: receive_sharing_intent_plus description: "Unlock seamless content sharing in your Flutter apps with text, photos, and URLs - one plugin away." -version: 1.0.0 +version: 1.0.1 homepage: https://outdatedguy.rocks repository: https://github.com/OutdatedGuy/receive_sharing_intent_plus