Skip to content

Commit

Permalink
Go back to hexdocs main page for module
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Oct 8, 2023
1 parent e94c43e commit 09fd20f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ defmodule Tesla.Middleware.DynamicHeaders.MixProject do
def project do
[
app: :tesla_middleware_dynamic_headers,
version: "0.7.1",
version: "0.7.2",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
build_embedded: Mix.env() == :prod,
Expand Down Expand Up @@ -82,8 +82,8 @@ defmodule Tesla.Middleware.DynamicHeaders.MixProject do

defp docs do
[
# main: "Tesla.Middleware.DynamicHeaders",
main: "readme",
main: "Tesla.Middleware.DynamicHeaders",
# main: "readme",
extras: [
"README.md",
"CHANGELOG.md": [title: "Changelog"],
Expand Down

0 comments on commit 09fd20f

Please sign in to comment.