Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
v1.0.1 (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
OutdatedGuy authored Dec 10, 2023
1 parent c1f0694 commit 613efca
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

- fix: incompatible dart version range

## 1.0.0

- Initial Stable release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -15,7 +15,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
receive_sharing_intent_plus: 8ff322a4d5d217f7ff3e99362e1a97879a333ba8
receive_sharing_intent_plus: f02db0a23c17f7aeef8de465cb2d8705a46143a6

PODFILE CHECKSUM: 70d9d25280d0dd177a5f637cdb0f0b0b12c6a189

Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0"
version: "1.0.1"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion ios/receive_sharing_intent_plus.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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_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

Expand Down

0 comments on commit 613efca

Please sign in to comment.