We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 796ada3 commit 6b9b219Copy full SHA for 6b9b219
README.md
@@ -13,7 +13,7 @@ by adding `u2f_ex` to your list of dependencies in `mix.exs`:
13
```elixir
14
def deps do
15
[
16
- {:u2f_ex, "~> 0.3.0"}
+ {:u2f_ex, "~> 0.4.0"}
17
]
18
end
19
```
mix.exs
@@ -4,7 +4,7 @@ defmodule U2fEx.MixProject do
4
def project do
5
6
app: :u2f_ex,
7
- version: "0.3.0",
+ version: "0.4.0",
8
elixir: "~> 1.7",
9
start_permanent: Mix.env() == :prod,
10
aliases: aliases(),
0 commit comments