From 1d2737534cd74e4fd34ae3fbc2395ed52a71c30e Mon Sep 17 00:00:00 2001 From: Dalgona Date: Sun, 23 May 2021 15:57:18 +0900 Subject: [PATCH] build: NeoDGM and NeoDGM Code v1.521 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 1b2010f..ee8748f 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule NeoDGM.Mixfile do def project do [ app: :neodgm, - version: "1.5.20", + version: "1.5.21", elixir: "~> 1.11", deps: deps() ]