Skip to content

Commit d4517a2

Browse files
committed
chore: bump everything for 0.9.4 release;
1 parent bac9e08 commit d4517a2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [0.9.4] - 2022/04/17
2+
3+
* Update project dependencies
4+
* Fix static analysis warnings
5+
16
## [0.9.3] - 2021/03/25
27

38
* Add generated documentation with `dartdoc`

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ packages:
4545
path: ".."
4646
relative: true
4747
source: path
48-
version: "0.9.3"
48+
version: "0.9.4"
4949
typed_data:
5050
dependency: transitive
5151
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tap_canvas
22
description: Detect taps outside the currently defined widget and provide a callback when taps occur.
3-
version: 0.9.3
3+
version: 0.9.4
44
homepage: https://github.com/CillianMyles/tap-canvas
55

66
environment:

0 commit comments

Comments
 (0)