mirror of
https://github.com/sloanelybutsurely/typeid-elixir.git
synced 2025-05-17 19:02:54 -04:00
0.3.0
This commit is contained in:
parent
1884261b6c
commit
6e779b36b6
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.2.2"}
|
||||
{:typeid_elixir, "~> 0.3.0"}
|
||||
]
|
||||
end
|
||||
```
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -1,7 +1,7 @@
|
|||
defmodule TypeID.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@version "0.2.2"
|
||||
@version "0.3.0"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue