From 9ca0ebb56444ded05f326007b961070986e47c1f Mon Sep 17 00:00:00 2001 From: GPrimola Date: Sat, 2 Mar 2024 18:35:30 +0000 Subject: [PATCH] Updated README.md and mix.exs to version $(cat version). --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed935f6..7efd1fd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Add `yamel` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:yamel, "~> 2.0.3"} + {:yamel, "~> 2.0.4"} ] end ``` diff --git a/mix.exs b/mix.exs index 7c0784b..7d2cda8 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Yamel.MixProject do use Mix.Project - @version "2.0.3" + @version "2.0.4" @source_url "https://github.com/GPrimola/yamel" @logo_path "priv/img/yamel-logo.png" @licenses ["Apache-2.0"]