Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Ianleeclark committed Dec 2, 2018
1 parent 796ada3 commit 6b9b219
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 @@ -13,7 +13,7 @@ by adding `u2f_ex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:u2f_ex, "~> 0.3.0"}
{:u2f_ex, "~> 0.4.0"}
]
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 U2fEx.MixProject do
def project do
[
app: :u2f_ex,
version: "0.3.0",
version: "0.4.0",
elixir: "~> 1.7",
start_permanent: Mix.env() == :prod,
aliases: aliases(),
Expand Down

0 comments on commit 6b9b219

Please sign in to comment.