Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swelham committed Oct 8, 2021
1 parent d0233b6 commit 109e333
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 @@ -13,7 +13,7 @@ To get started with Faktory Worker first add the dependency to your `mix.exs` fi
```elixir
defp deps do
[
{:faktory_worker, "~> 1.4.0"}
{:faktory_worker, "~> 1.5.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 FaktoryWorker.MixProject do
def project do
[
app: :faktory_worker,
version: "1.4.0",
version: "1.5.0",
elixir: "~> 1.8",
description: description(),
package: package(),
Expand Down

0 comments on commit 109e333

Please sign in to comment.