From c0f54a9f1007986319fa8cf5c85eb8c20afab47f Mon Sep 17 00:00:00 2001 From: Neylix Date: Wed, 21 Jun 2023 11:36:33 +0200 Subject: [PATCH] Up version 1.1.3 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index f94a9d19a..58dcb388f 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Archethic.MixProject do def project do [ app: :archethic, - version: "1.1.2", + version: "1.1.3", build_path: "_build", config_path: "config/config.exs", deps_path: "deps",