Skip to content

Commit 7b292ca

Browse files
committed
vbump: 0.1.1
1 parent 51676a1 commit 7b292ca

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1-
## [0.1.0] - 2025-06-21
1+
## 0.1.1
2+
### Release date: 2025-06-21
3+
Add documentation to public APIs
4+
5+
## 0.1.0
6+
### Release date: 2025-06-21
27
✨ First usable release

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Add this to your package's `pubspec.yaml` file:
4949

5050
```yaml
5151
dependencies:
52-
easy_social_share: ^0.1.0
52+
easy_social_share: ^0.1.1
5353
```
5454
5555
Then run:

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ packages:
9595
path: ".."
9696
relative: true
9797
source: path
98-
version: "0.1.0"
98+
version: "0.1.1"
9999
fake_async:
100100
dependency: transitive
101101
description:

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: easy_social_share_example
22
description: Demonstrates how to use the easy_social_share plugin.
3-
version: 0.1.0
3+
version: 0.1.1
44

55
# The following line prevents the package from being accidentally published to
66
# pub.dev using `flutter pub publish`. This is preferred for private packages.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: easy_social_share
22
description: Flutter social media sharing plugin for WhatsApp, Instagram, Facebook, Twitter, TikTok, and system's built-in sharing dialog.
3-
version: 0.1.0
3+
version: 0.1.1
44
homepage: https://github.com/tentram/easy_social_share
55
repository: https://github.com/tentram/easy_social_share
66
issue_tracker: https://github.com/tentram/easy_social_share/issues

0 commit comments

Comments
 (0)