From d872cd5cd97f73769b097d6372be9c872f468455 Mon Sep 17 00:00:00 2001 From: Jonathan Clem Date: Thu, 13 Dec 2018 13:52:41 -0500 Subject: [PATCH] Point main docs to readme, not README --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 3ccc17a..6e4e4c7 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Base62UUIDField.MixProject do use Mix.Project - @version "1.0.0" + @version "1.0.1" @github_url "https://github.com/jclem/base62_uuid_field" def project do @@ -55,6 +55,6 @@ defmodule Base62UUIDField.MixProject do end defp docs do - [extras: ~w(README.md LICENSE.md), main: "README", source_ref: "v#{@version}"] + [extras: ~w(README.md LICENSE.md), main: "readme", source_ref: "v#{@version}"] end end