Skip to content

Commit

Permalink
publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
OpakAlex committed Apr 26, 2018
1 parent ed6a21c commit ba1776f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ First, add Bureaucrat to your `mix.exs` dependencies:

```elixir
defp deps do
[{:bureaucrat, "~> 0.1.4"}]
[{:bureaucrat, "~> 0.2.1"}]
end
```

Expand Down
10 changes: 5 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ defmodule Bureaucrat.Mixfile do

def project do
[app: :bureaucrat,
version: "0.2.0",
elixir: "~> 1.0",
version: "0.2.1",
elixir: "~> 1.6.1",
description: "Generate Phoenix API documentation from tests",
deps: deps(),
package: package()]
Expand All @@ -27,11 +27,11 @@ defmodule Bureaucrat.Mixfile do

defp deps do
[
{:plug, "~> 1.0"},
{:plug, ">= 1.0.0"},
{:poison, "~> 1.5 or ~> 2.0 or ~> 3.0"},
{:phoenix, "~> 1.2", optional: true},
{:phoenix, ">= 1.2.0", optional: true},
{:ex_doc, ">= 0.0.0", only: :dev},
{:inflex, "~> 1.10.0"}
{:inflex, ">= 1.10.0"}
]
end

Expand Down

0 comments on commit ba1776f

Please sign in to comment.