Skip to content

Commit

Permalink
publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
OpakAlex committed Jun 21, 2018
1 parent 7b1c115 commit d7e875b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.2.3"}]
[{:bureaucrat, "~> 0.2.4"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Bureaucrat.Mixfile do

def project do
[app: :bureaucrat,
version: "0.2.3",
version: "0.2.4",
elixir: "~> 1.6.1",
description: "Generate Phoenix API documentation from tests",
deps: deps(),
Expand Down

0 comments on commit d7e875b

Please sign in to comment.