Skip to content

Commit f896ebc

Browse files
authored
chore: new version 0.6.0 (#27)
1 parent 39262ea commit f896ebc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Add `:ecto_anon` to your `mix.exs` dependencies:
2929
```elixir
3030
def deps do
3131
[
32-
{:ecto_anon, "~> 0.5.0"}
32+
{:ecto_anon, "~> 0.6.0"}
3333
]
3434
end
3535
```

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ defmodule EctoAnon.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/WTTJ/ecto_anon"
5-
@version "0.5.0"
5+
@version "0.6.0"
66

77
def project do
88
[
99
app: :ecto_anon,
1010
name: "ecto_anon",
1111
description: "Data anonymization for your Ecto models",
1212
version: @version,
13-
elixir: "~> 1.12",
13+
elixir: "~> 1.16",
1414
start_permanent: Mix.env() == :prod,
1515
deps: deps(),
1616
elixirc_paths: elixirc_paths(Mix.env()),

0 commit comments

Comments
 (0)