From f111665625795e0429be3b05da0c8182bbb98162 Mon Sep 17 00:00:00 2001 From: mathieuprog <5883963+mathieuprog@users.noreply.github.com> Date: Fri, 11 Jun 2021 20:16:46 +0200 Subject: [PATCH] Bump version to 0.14.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 263f859..0912820 100644 --- a/README.md +++ b/README.md @@ -151,7 +151,7 @@ Add `changeset_helpers` for Elixir as a dependency in your `mix.exs` file: ```elixir def deps do [ - {:changeset_helpers, "~> 0.13.0"} + {:changeset_helpers, "~> 0.14.0"} ] end ``` diff --git a/mix.exs b/mix.exs index 30c6d67..9553c7e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule ChangesetHelpers.MixProject do use Mix.Project - @version "0.13.0" + @version "0.14.0" def project do [