Skip to content

Commit

Permalink
Bump version to 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
safwank committed Jul 6, 2019
1 parent f6a426a commit 2dce05e
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 @@ -10,7 +10,7 @@ Add `retry` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:retry, "~> 0.12"}]
[{:retry, "~> 0.13"}]
end
```

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Retry.Mixfile do
name: "retry",
description:
"Simple Elixir macros for linear retry, exponential backoff and wait with composable delays.",
version: "0.12.1",
version: "0.13.0",
elixir: "~> 1.7",
source_url: "https://github.com/safwank/ElixirRetry",
build_embedded: Mix.env() == :prod,
Expand Down

0 comments on commit 2dce05e

Please sign in to comment.