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 1549514 commit 19d17b5Copy full SHA for 19d17b5
README.md
@@ -22,7 +22,7 @@ The package can be installed by adding `ex_dtls` to your list of dependencies in
22
```elixir
23
def deps do
24
[
25
- {:ex_dtls, "~> 0.16.0"}
+ {:ex_dtls, "~> 0.17.0"}
26
]
27
end
28
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExDTLS.Mixfile do
2
use Mix.Project
3
4
- @version "0.16.0"
+ @version "0.17.0"
5
@github_url "https://github.com/elixir-webrtc/ex_dtls"
6
7
def project do
0 commit comments