We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832cd89 commit c922a9fCopy full SHA for c922a9f
README.md
@@ -33,7 +33,7 @@ The package can be installed by adding `uuid_v7` to your list of dependencies in
33
```elixir
34
def deps do
35
[
36
- {:uuid_v7, "~> 0.4.1"}
+ {:uuid_v7, "~> 0.4.2"}
37
]
38
end
39
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule UUIDv7.MixProject do
2
use Mix.Project
3
4
- @version "0.4.1"
+ @version "0.4.2"
5
6
@repo_url "https://github.com/ryanwinchester/uuidv7"
7
0 commit comments