Skip to content

Commit

Permalink
chore: new version 0.6.0 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjulien authored Sep 10, 2024
1 parent 39262ea commit f896ebc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Add `:ecto_anon` to your `mix.exs` dependencies:
```elixir
def deps do
[
{:ecto_anon, "~> 0.5.0"}
{:ecto_anon, "~> 0.6.0"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ defmodule EctoAnon.MixProject do
use Mix.Project

@source_url "https://github.com/WTTJ/ecto_anon"
@version "0.5.0"
@version "0.6.0"

def project do
[
app: :ecto_anon,
name: "ecto_anon",
description: "Data anonymization for your Ecto models",
version: @version,
elixir: "~> 1.12",
elixir: "~> 1.16",
start_permanent: Mix.env() == :prod,
deps: deps(),
elixirc_paths: elixirc_paths(Mix.env()),
Expand Down

0 comments on commit f896ebc

Please sign in to comment.