- follows 0.2.0 spec limiting leading suffix character to 0..7
This commit is contained in:
Sloane Perrault 2023-07-06 10:25:34 -04:00
parent 63e0952823
commit 9499e62bb4
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.0.1"}
{:typeid_elixir, "~> 0.2.0"}
]
end
```

View file

@ -4,7 +4,7 @@ defmodule TypeID.MixProject do
def project do
[
app: :typeid_elixir,
version: "0.1.0",
version: "0.2.0",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
description: description(),