From af6e6e96423e525015810afec85765ce7ae2b39e Mon Sep 17 00:00:00 2001 From: GPrimola Date: Tue, 27 Feb 2024 11:14:50 +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 5a4ea12..0f5a17d 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, "~> 1.2.1"} + {:yamel, "~> 2.0.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 89417d0..f23e8d1 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Yamel.MixProject do use Mix.Project - @version "1.2.1" + @version "2.0.1" @source_url "https://github.com/GPrimola/yamel" @logo_path "priv/img/yamel-logo.png" @licenses ["Apache-2.0"]