Skip to content

Commit

Permalink
update version to 1.0.1 new Quotes.random_by_tag function with docs #4
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Oct 17, 2019
1 parent b76aa75 commit 54d9b0c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Quotes.MixProject do
def project do
[
app: :quotes,
version: "1.0.0",
version: "1.0.1",
package: package(),
description: description(),
elixir: "~> 1.9",
Expand All @@ -29,7 +29,6 @@ defmodule Quotes.MixProject do
defp deps do
[
{:jason, "~> 1.1"},

{:ex_doc, "~> 0.21", only: :dev},
{:excoveralls, "~> 0.10", only: :test},
]
Expand Down

0 comments on commit 54d9b0c

Please sign in to comment.