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 b4954fc commit f7aed45Copy full SHA for f7aed45
README.md
@@ -18,7 +18,7 @@ The package can be installed by adding `ex_dtls` to your list of dependencies in
18
```elixir
19
def deps do
20
[
21
- {:ex_dtls, "~> 0.11.0"}
+ {:ex_dtls, "~> 0.11.1"}
22
]
23
end
24
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExDTLS.Mixfile do
2
use Mix.Project
3
4
- @version "0.11.0"
+ @version "0.11.1"
5
@github_url "https://github.com/membraneframework/ex_dtls"
6
7
def project do
@@ -29,7 +29,7 @@ defmodule ExDTLS.Mixfile do
29
30
def application do
31
32
- extra_applications: []
+ extra_applications: [:logger]
33
34
35
0 commit comments