Skip to content

Commit c922a9f

Browse files
bump version
1 parent 832cd89 commit c922a9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The package can be installed by adding `uuid_v7` to your list of dependencies in
3333
```elixir
3434
def deps do
3535
[
36-
{:uuid_v7, "~> 0.4.1"}
36+
{:uuid_v7, "~> 0.4.2"}
3737
]
3838
end
3939
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule UUIDv7.MixProject do
22
use Mix.Project
33

4-
@version "0.4.1"
4+
@version "0.4.2"
55

66
@repo_url "https://github.com/ryanwinchester/uuidv7"
77

0 commit comments

Comments
 (0)