From aaa6323e876f0e14f8914b98309c070467d5eb61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Pr=C3=A1?= Date: Mon, 14 Sep 2020 12:30:11 -0300 Subject: [PATCH] Bump version to 2.3.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1a7c372..0458e16 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The package can be installed by adding `crudry` to your list of dependencies in ```elixir def deps do [ - {:crudry, "~> 2.2.1"}, + {:crudry, "~> 2.3.0"}, ] end ``` diff --git a/mix.exs b/mix.exs index b004361..310b268 100644 --- a/mix.exs +++ b/mix.exs @@ -6,7 +6,7 @@ defmodule Crudry.MixProject do def project do [ app: :crudry, - version: "2.2.1", + version: "2.3.0", elixir: "~> 1.8", start_permanent: Mix.env() == :prod, compilers: [:gettext] ++ Mix.compilers,