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