Skip to content

Commit

Permalink
Merge pull request #87 from beamkenya/develop
Browse files Browse the repository at this point in the history
Bump to version 0.20.21
  • Loading branch information
kamalogudah authored Aug 17, 2020
2 parents 0201e94 + 0bde5bb commit d05e13a
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 d05e13a

Please sign in to comment.