From 7ceee38aa1c114c693314a1b084ad211de38cfc5 Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Thu, 1 Apr 2021 22:10:48 +0200 Subject: [PATCH] Bump version to 0.8.1 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 95ef7aa..95dba32 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule O2M.MixProject do def project do [ app: :o2m, - version: "0.8.0", + version: "0.8.1", elixir: "~> 1.10", start_permanent: Mix.env() == :prod, deps: deps(),