Skip to content

Commit

Permalink
docs: bump version to 1.0.17, update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Limbou committed Jul 3, 2022
1 parent ac3d68e commit 1dc62f3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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.17

* Fix example videos not being displayed in pub.dev

## 1.0.16

* Add support for vertical scrollDirection ([#32](https://github.com/Limbou/expandable_page_view/issues/32))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
```yaml
dependencies:
...
expandable_page_view: ^1.0.16
expandable_page_view: ^1.0.17
```
Import it:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.16"
version: "1.0.17"
fake_async:
dependency: transitive
description:
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: expandable_page_view
description: A PageView widget adjusting it's height to currently displayed page
version: 1.0.16
version: 1.0.17
homepage: https://github.com/Limbou/expandable_page_view

environment:
Expand Down

0 comments on commit 1dc62f3

Please sign in to comment.