diff --git a/README.md b/README.md index cb84faf..cdff200 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Elixir integration of [Styledown](https://github.com/styledown/styledown) ```elixir def deps do - [{:styledown, "~> 0.0.1"}] + [{:styledown, "~> 0.0.2"}] end ``` diff --git a/mix.exs b/mix.exs index 1f17dcc..6bbcf8e 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Styledown.Mixfile do use Mix.Project - @version "0.0.1" + @version "0.0.2" def project do [ @@ -38,7 +38,8 @@ defmodule Styledown.Mixfile do licenses: ["MIT"], links: %{ "GitHub" => "https://github.com/styledown/styledown_ex" - } + }, + files: ["lib", "vendor", "mix.exs", "README*", "LICENSE*"] ] end