Skip to content

Commit 37215cc

Browse files
committed
0.9.3 | new version with successful 'dartdoc';
1 parent 112009c commit 37215cc

File tree

3 files changed

+6
-2
lines changed

3 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.9.3] - 2021/03/25
2+
3+
* Add generated documentation with `dartdoc`
4+
15
## [0.9.2] - 2021/03/14
26

37
* Increase code coverage to 100%

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.2"
48+
version: "0.9.3"
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.2
3+
version: 0.9.3
44
homepage: https://github.com/CillianMyles/tap-canvas
55

66
environment:

0 commit comments

Comments
 (0)