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 14fb184 commit fa5153eCopy full SHA for fa5153e
README.md
@@ -27,7 +27,7 @@ as WebRTC multiplexes traffic on a single socket but PRs are welcomed
27
```elixir
28
def deps do
29
[
30
- {:ex_ice, "~> 0.6.0"}
+ {:ex_ice, "~> 0.6.1"}
31
]
32
end
33
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExICE.MixProject do
2
use Mix.Project
3
4
- @version "0.6.0"
+ @version "0.6.1"
5
@source_url "https://github.com/elixir-webrtc/ex_ice"
6
7
def project do
0 commit comments