Skip to content

Commit 108f900

Browse files
author
Laks Castro
authored
Merge pull request #66 from lakscastro/chore/set-package-version-to-v0.4.0
Set package version to `v0.4.0`
2 parents 3a62feb + ebe3e07 commit 108f900

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@
2222

2323
## Documentation
2424

25-
#### See the website for [documentation](https://lakscastro.github.io/shared-storage)
25+
See the website for [documentation](https://lakscastro.github.io/shared-storage).
2626

2727
All documentation is also available under `/docs` to each released version which is the data source of the website.
2828

2929
You can contribute to the documentation by just editing these files through the GitHub web editor!
3030

31+
To check all ways you can contribute to this package see [Contributing/Ways to contribute](https://lakscastro.github.io/shared-storage/Contributing/Ways%20to%20contribute/).
32+
3133
Latest changes are available on `master` branch and the actual latest published package version lives under `release` branch.
3234

3335
All other branches are derivated from issues, new features or bug fixes.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: shared_storage
22
description: "Flutter plugin to get Android shared folders like DCIM, Downloads, Video, Audio. Works with Android 4.1 (API Level 16+)"
3-
version: 0.3.1
3+
version: 0.4.0
44
homepage: https://github.com/lakscastro/shared-storage
55
repository: https://github.com/lakscastro/shared-storage
66
issue_tracker: https://github.com/lakscastro/shared-storage/issues

0 commit comments

Comments
 (0)