Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thiamsantos committed Dec 15, 2021
1 parent beaae0b commit 44f7daf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The package can be installed by adding `brazilian_documents` to your list of dep
```elixir
def deps do
[
{:brazilian_documents, "~> 0.2.1"}
{:brazilian_documents, "~> 0.3.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule BrazilianDocuments.MixProject do
def project do
[
app: :brazilian_documents,
version: "0.3.0",
version: "0.3.1",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 44f7daf

Please sign in to comment.