This commit is contained in:
Sloane Perrault 2023-07-07 08:59:50 -04:00
parent 1884261b6c
commit 6e779b36b6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ The package can be installed from [hex](https://hex.pm/packages/typeid_elixir) b
```elixir
def deps do
[
{:typeid_elixir, "~> 0.2.2"}
{:typeid_elixir, "~> 0.3.0"}
]
end
```

View file

@ -1,7 +1,7 @@
defmodule TypeID.MixProject do
use Mix.Project
@version "0.2.2"
@version "0.3.0"
def project do
[