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