Skip to content

Commit 0c58e64

Browse files
committed
Release version 2.1.0
1 parent 47e9e29 commit 0c58e64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Dependency-free, type-safe Dart unit conversion library. Decouple specific unit
33
types you need to work with from the rest of your code.
44

5-
## [Unreleased] - 2022-12-11
5+
## [2.1.0] - 2022-12-11
66
### Added
77
- Extensions on the num types to create any measurement
88
- Derived unit syntactic sugar with .by and .per
@@ -168,7 +168,7 @@ types you need to work with from the rest of your code.
168168
### Added
169169
- Initial package setup
170170

171-
[2.1.0]: https://bitbucket.org/mongoose13/fling-units/commits/
171+
[2.1.0]: https://bitbucket.org/mongoose13/fling-units/commits/tag/2.1.0/
172172
[2.0.2]: https://bitbucket.org/mongoose13/fling-units/commits/tag/2.0.2/
173173
[2.0.1]: https://bitbucket.org/mongoose13/fling-units/commits/tag/2.0.1/
174174
[2.0.0]: https://bitbucket.org/mongoose13/fling-units/commits/tag/2.0.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: 2.0.2
3+
version: 2.1.0
44
homepage: https://bitbucket.org/mongoose13/fling-units/wiki/Home
55
repository: https://bitbucket.org/mongoose13/fling-units/src
66
issue_tracker: https://bitbucket.org/mongoose13/fling-units/issues

0 commit comments

Comments
 (0)