Skip to content

Commit

Permalink
bump up version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxeem committed Oct 10, 2023
1 parent 6f09942 commit feb9fa4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.0.1

- mark constructors as const following Dart best practices

## 2.0.0

- Added PositiveInt and PositiveDouble classes which are final and can't be extended or implemented.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: positive_num
description: >-
An implementation of immutable value objects PositiveInt and PositiveDouble
that encapsulate a positive number of type int or double.
version: 2.0.0
version: 2.0.1
repository: https://github.com/maxeema/positive_num

environment:
Expand Down

0 comments on commit feb9fa4

Please sign in to comment.