Skip to content

Commit eba45f9

Browse files
committed
Released 1.4.0
1 parent 2c67653 commit eba45f9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ types you need to work with from the rest of your code.
55

66
## [Unreleased]
77

8+
## [1.4.0] - 2021-03-30
9+
810
### Added
911

1012
- Visitor pattern support for all measurement types
@@ -193,6 +195,8 @@ us feedback on how well they work!
193195

194196
[Unreleased]: https://bitbucket.org/gelbermungo/fling-units/commits/tag/HEAD/
195197

198+
[1.4.0]: https://bitbucket.org/gelbermungo/fling-units/commits/tag/1.4.0/
199+
196200
[1.3.0]: https://bitbucket.org/gelbermungo/fling-units/commits/tag/1.3.0/
197201

198202
[1.2.0]: https://bitbucket.org/gelbermungo/fling-units/commits/tag/1.2.0/

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: fling_units
22
description: Dependency-free, type-safe Dart unit conversion library. Decouple specific unit types you need to work with from the rest of your code.
3-
version: 1.3.0
3+
version: 1.4.0
44
homepage: https://bitbucket.org/gelbermungo/fling-units/wiki/Home
55
repository: https://bitbucket.org/gelbermungo/fling-units/src
66
issue_tracker: https://bitbucket.org/gelbermungo/fling-units/issues

0 commit comments

Comments
 (0)