Skip to content

Commit

Permalink
fix docs generation (#45)
Browse files Browse the repository at this point in the history
* fix docs generation

* bump patch version
  • Loading branch information
VitorTrin authored Jan 15, 2025
1 parent 0f2df22 commit 2c76627
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Brcpfcnpj.Mixfile do
def project do
[
app: :brcpfcnpj,
version: "2.0.0",
version: "2.0.1",
elixir: "~> 1.7",
description: description(),
package: package(),
Expand All @@ -13,7 +13,7 @@ defmodule Brcpfcnpj.Mixfile do
end

def application do
[applications: [:logger]]
[extra_applications: [:logger]]
end

defp deps do
Expand Down

0 comments on commit 2c76627

Please sign in to comment.