Skip to content

Commit

Permalink
docs: bump version to 1.0.14, update readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Limbou committed May 15, 2022
1 parent ce7c709 commit 7f55161
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.14

* Fix warning appearing starting from Flutter 3.0.0
* Set minimum required Flutter version to 3.0.0

## 1.0.13

* Make `children` parameter required for default constructor
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ In the `pubspec.yaml` of your flutter project, add the following dependency:
```yaml
dependencies:
...
expandable_page_view: ^1.0.13
expandable_page_view: ^1.0.14
```
Import it:
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@ packages:
name: cupertino_icons
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
version: "1.0.4"
expandable_page_view:
dependency: "direct main"
description:
path: ".."
relative: true
source: path
version: "1.0.13"
version: "1.0.14"
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.13
version: 1.0.14
homepage: https://github.com/Limbou/expandable_page_view

environment:
Expand Down

0 comments on commit 7f55161

Please sign in to comment.