Skip to content

Commit

Permalink
Merge pull request #4 from styledown/fix/files_list
Browse files Browse the repository at this point in the history
Fix/files list
  • Loading branch information
victorsolis committed Apr 25, 2016
2 parents 4444f4c + 23f04a3 commit 8f4dd21
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
5 changes: 3 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Styledown.Mixfile do
use Mix.Project

@version "0.0.1"
@version "0.0.2"

def project do
[
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 8f4dd21

Please sign in to comment.