Skip to content

Commit

Permalink
Bump to version 0.20.21
Browse files Browse the repository at this point in the history
  • Loading branch information
kamalogudah committed Aug 17, 2020
1 parent b5cf361 commit 0bde5bb
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 @@ -35,7 +35,7 @@ Available in Hex, the package can be installed by adding `at_ex` to your list of
```elixir
def deps do
[
{:at_ex, "~> 0.20.20"}
{:at_ex, "~> 0.20.21"}
]
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 AtEx.MixProject do
def project do
[
app: :at_ex,
version: "0.20.20",
version: "0.20.21",
elixir: "~> 1.8",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 0bde5bb

Please sign in to comment.