mirror of
https://github.com/sloanelybutsurely/typeid-elixir.git
synced 2024-11-28 01:42:54 -05:00
0.2.0
- follows 0.2.0 spec limiting leading suffix character to 0..7
This commit is contained in:
parent
63e0952823
commit
9499e62bb4
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
```
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -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(),
|
||||
|
|
Loading…
Reference in a new issue