Skip to content

Commit

Permalink
preping new version
Browse files Browse the repository at this point in the history
  • Loading branch information
joaomdmoura committed Feb 22, 2018
1 parent ca032c9 commit 57590bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## WIP Version

## 0.13.0
- Adding basic auth to Machinery Dashboard - [Pull Request](https://github.com/joaomdmoura/machinery/pull/30)

## 0.12.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies in `mix.exs`:
```elixir
def deps do
[
{:machinery, "~> 0.12.1"}
{:machinery, "~> 0.13.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Machinery.Mixfile do
def project do
[
app: :machinery,
version: "0.12.1",
version: "0.13.0",
elixir: "~> 1.5",
start_permanent: Mix.env == :prod,
deps: deps(),
Expand Down

0 comments on commit 57590bc

Please sign in to comment.