From 8b5618073302b141a4e01aadca13e416ed5884a5 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Fri, 28 May 2021 14:37:03 +0200 Subject: [PATCH] Bump version to 0.10.0 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 9661763..9318d6a 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule O2M.MixProject do def project do [ app: :o2m, - version: "0.9.3", + version: "0.10.0", elixir: "~> 1.10", start_permanent: Mix.env() == :prod, deps: deps(),