Skip to content

Commit aaa9d2b

Browse files
committed
fix: Update docs homepage
1 parent a7d34f0 commit aaa9d2b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mix.exs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ defmodule SanityEx.MixProject do
55
[
66
app: :sanity_ex,
77
name: "SanityEx",
8-
version: "0.1.0",
8+
version: "0.1.1",
99
elixir: "~> 1.14",
1010
build_embedded: Mix.env() == :prod,
1111
start_permanent: Mix.env() == :prod,
@@ -14,7 +14,6 @@ defmodule SanityEx.MixProject do
1414
description: description(),
1515
source_url: "https://github.com/kiosion/sanity-ex",
1616
docs: [
17-
main: "SanityEx",
1817
extras: ["README.md"]
1918
]
2019
]

0 commit comments

Comments
 (0)