Skip to content

Commit

Permalink
2.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ferraridamiano committed Aug 18, 2023
1 parent 7ea883b commit d117c7e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.1.1
- Added Illuminance property (@denxorz)
- Added kilojoules (@lhengl)
- Fixed typos (@denxorz)
- Bump Dart constraints

# 2.1.0
Added 5 new properties: density, amount of substance, molar volume, molar mass
and reciprocal of molar mass. Now it is also possible to define a compound unit
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: units_converter
description: Simple and light units conversion package for all your needs.
version: 2.1.0
version: 2.1.1
homepage: https://github.com/ferraridamiano/units_converter
funding:
- https://www.paypal.com/paypalme/DemApps

environment:
sdk: '>=2.17.0 <3.0.0'
sdk: '>=2.17.0 <4.0.0'

dev_dependencies:
lints: ^2.0.0
test: ^1.21.4
lints: ^2.1.1
test: ^1.24.6

0 comments on commit d117c7e

Please sign in to comment.