Skip to content

Commit

Permalink
release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boyan01 committed Mar 5, 2019
1 parent f9c8762 commit 03bc714
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [0.1.0] - 2019/3/5

* expose showOverlay method to help build custom overlay
* mark autoDismiss param as Deprecate, replace by duration param

## [0.0.4] - 2019/3/2

* bug fix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ provider support for overlay, easy to build toast and internal notification.
1. add dependencies into you project pubspec.yaml file
```
dependencies:
overlay_support: ^0.0.4
overlay_support: ^0.1.0
```
2. import package into your dart file

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: overlay_support
description: proivder support for overlay, easy to build toast and internal notification
version: 0.0.4
version: 0.1.0
author: YangBin <yangbinyhbn@gmail.com>
homepage: https://github.com/boyan01/overlay_support

Expand Down

0 comments on commit 03bc714

Please sign in to comment.