From 92774406f49ac0ddc6bb2fe70e65d9afe55784fb Mon Sep 17 00:00:00 2001 From: Manuel Rubio Date: Fri, 17 Jan 2025 05:04:34 +0100 Subject: [PATCH] upgrade dependencies --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index b1ecdf8..9935b72 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Proximal.MixProject do def project do [ app: :proximal, - version: "0.2.0", + version: "0.2.1", description: "proXiMaL is an advanced library for XML on top of Saxy", elixir: "~> 1.11", elixirc_paths: elixirc_paths(Mix.env()),