We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d34f0 commit aaa9d2bCopy full SHA for aaa9d2b
mix.exs
@@ -5,7 +5,7 @@ defmodule SanityEx.MixProject do
5
[
6
app: :sanity_ex,
7
name: "SanityEx",
8
- version: "0.1.0",
+ version: "0.1.1",
9
elixir: "~> 1.14",
10
build_embedded: Mix.env() == :prod,
11
start_permanent: Mix.env() == :prod,
@@ -14,7 +14,6 @@ defmodule SanityEx.MixProject do
14
description: description(),
15
source_url: "https://github.com/kiosion/sanity-ex",
16
docs: [
17
- main: "SanityEx",
18
extras: ["README.md"]
19
]
20
0 commit comments