From 6e656cfd7d34443fac44f87207218dc2670e60c0 Mon Sep 17 00:00:00 2001 From: Johnson Denen Date: Thu, 7 Nov 2019 15:59:39 -0500 Subject: [PATCH] Bump to v5.0.3 (#45) --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 4f88e95..4b77a83 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule SmartCity.Registry.MixProject do def project do [ app: :smart_city_registry, - version: "5.0.2", + version: "5.0.3", elixir: "~> 1.8", start_permanent: Mix.env() == :prod, deps: deps(),