mirror of
https://github.com/sloanelybutsurely/typeid-elixir.git
synced 2024-11-28 01:42:54 -05:00
0.2.1
This commit is contained in:
parent
303a474437
commit
b6e0f62833
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Changelog
|
||||
|
||||
## main
|
||||
## 0.2.1
|
||||
|
||||
- Include CHANGELOG in docs
|
||||
- Remove dependency on `Uniq`
|
||||
|
|
|
@ -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.0"}
|
||||
{:typeid_elixir, "~> 0.2.1"}
|
||||
]
|
||||
end
|
||||
```
|
||||
|
|
2
mix.exs
2
mix.exs
|
@ -1,7 +1,7 @@
|
|||
defmodule TypeID.MixProject do
|
||||
use Mix.Project
|
||||
|
||||
@version "0.2.0"
|
||||
@version "0.2.1"
|
||||
|
||||
def project do
|
||||
[
|
||||
|
|
Loading…
Reference in a new issue