Skip to content

Commit 60e8a12

Browse files
committed
README updates
1 parent 77175b9 commit 60e8a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Maven coordinates are:
3434
<dependency>
3535
<groupId>com.fasterxml.uuid</groupId>
3636
<artifactId>java-uuid-generator</artifactId>
37-
<version>4.0.1</version>
37+
<version>4.1.0</version>
3838
</dependency>
3939
```
4040

@@ -64,7 +64,7 @@ For example:
6464
UUID uuid = Generators.timeBasedGenerator().generate(); // Variant 1
6565
UUID uuid = Generators.randomBasedGenerator().generate(); // Variant 4
6666
UUID uuid = Generators.nameBasedgenerator().generate("string to hash"); // Variant 5
67-
// With JUG 4.1+:
67+
// With JUG 4.1+: support for https://github.com/uuid6/uuid6-ietf-draft variants 6 and 7:
6868
UUID uuid = Generators.timeBasedReorderedGenerator().generate(); // Variant 6
6969
UUID uuid = Generators.timeBasedEpochGenerator().generate(); // Variant 7
7070
```

0 commit comments

Comments
 (0)