From 28f0c23b42ce56be7b8a0cd7b4c8aa7c95cbd0e7 Mon Sep 17 00:00:00 2001 From: Rafael Ramos Date: Thu, 18 Mar 2021 15:10:53 -0300 Subject: [PATCH] fix version --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8b2623..d7baf1b 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ This rules are based on [this document](http://177.153.6.25/ercompany.com.br/bol ```elixir def deps do [ - {:bran, "~> 0.2.3"} + {:bran, "~> 0.2.0"} ] end ``` diff --git a/mix.exs b/mix.exs index bfc9077..e821658 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule BRAN.MixProject do def project do [ app: :bran, - version: "0.2.3", + version: "0.2.0", elixir: "~> 1.6", start_permanent: Mix.env() == :prod, deps: deps(),