Skip to content

Commit

Permalink
Merge 4079c5f into a759f99
Browse files Browse the repository at this point in the history
  • Loading branch information
jclem authored Dec 13, 2018
2 parents a759f99 + 4079c5f commit 1c64b35
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
@@ -1,7 +1,7 @@
defmodule Base62UUID.Mixfile do
use Mix.Project

@version "2.0.0"
@version "2.0.1"
@github_url "https://github.com/jclem/base62_uuid"

def project do
Expand Down Expand Up @@ -63,6 +63,6 @@ defmodule Base62UUID.Mixfile do
end

defp docs do
[extras: ~w(LICENSE.md), main: "Base62UUID", source_ref: "v#{@version}"]
[extras: ~w(README.md LICENSE.md), main: "README", source_ref: "v#{@version}"]
end
end

0 comments on commit 1c64b35

Please sign in to comment.