Skip to content

Commit

Permalink
Merge pull request #71 from hswick/release-v0.5.0
Browse files Browse the repository at this point in the history
Release v0.5.0
  • Loading branch information
rupurt authored Dec 31, 2020
2 parents 392eb46 + ecb37b6 commit 4c79b7f
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 @@ -11,7 +11,7 @@

```elixir
def deps do
[{:exw3, "~> 0.4.4"}]
[{:exw3, "~> 0.5"}]
end
```
## Overview
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 ExW3.MixProject do
def project do
[
app: :exw3,
version: "0.4.4",
version: "0.5.0",
elixir: "~> 1.10",
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 4c79b7f

Please sign in to comment.