Skip to content

Commit

Permalink
Version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Olivera committed May 18, 2020
1 parent bc3d42c commit 9f8f631
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 @@ -28,7 +28,7 @@ by adding `whatsapp_api` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:wax, "~> 0.4.1}
{:wax, "~> 0.4.2}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule WhatsappApi.MixProject do
[
app: :wax,
elixirc_paths: elixirc_paths(Mix.env()),
version: "0.4.1",
version: "0.4.2",
description: "Whatsapp Elixir Client",
elixir: "~> 1.6",
package: package(),
Expand Down

0 comments on commit 9f8f631

Please sign in to comment.