Skip to content

Commit 55b1863

Browse files
committed
Release v0.1.1
1 parent c0ce7ed commit 55b1863

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.1
2+
3+
* Add `onHighlight` & `onLoseHighlight` callbacks
4+
15
## 0.1.0
26

37
* First release.

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: menu_base
22
description: Used to create context or tray menus.
3-
version: 0.1.0
3+
version: 0.1.1
44
homepage: https://github.com/leanflutter/menu_base
55

66
environment:
77
sdk: ">=2.12.0 <3.0.0"
8-
flutter: ">=1.17.0"
8+
flutter: ">=1.12.0"
99

1010
dependencies:
1111
flutter:

0 commit comments

Comments
 (0)