Skip to content

Commit

Permalink
Fix dependency breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
daegalus committed Jul 11, 2024
1 parent c71a12a commit db18117
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

v4.4.2

* Revert meta depenency version upgrade, was breaking flutter_test. (thanks @techouse)

v4.4.1

* Fix UUIDv1 to use millisecondsSinceEpoch instead of microsecondsSinceEpoch. Matches UUIDv6 and passes vector tests.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Features:

```yaml
dependencies:
uuid: ^4.4.1
uuid: ^4.4.2
```
```dart
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: uuid
version: 4.4.1
version: 4.4.2
description: >
RFC4122 (v1, v4, v5, v6, v7, v8) UUID Generator and Parser for Dart
documentation: https://daegalus.github.io/dart-uuid/index.html
Expand Down

0 comments on commit db18117

Please sign in to comment.