Skip to content

Commit

Permalink
chore: prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
minikin committed May 13, 2024
1 parent 9d41a18 commit 983dd73
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.3.0+1] - 13.05.2024

- Update README.

## [0.3.0] - 08.02.2024

- Fixed [Half of the widget is not shown](https://github.com/minikin/popover/issues/83). (thanks [@zwett](https://github.com/zwett)).
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Source: [Human Interface Guidelines.

```yaml
dependencies:
popover: ^0.3.0
popover: ^0.3.0+1
```
## Example
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: popover
description: A popover is a transient view that appears above other content onscreen when you tap a control or in an area.
version: 0.3.0
version: 0.3.0+1
homepage: https://github.com/minikin/popover

environment:
Expand Down

0 comments on commit 983dd73

Please sign in to comment.