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 9fc3e1c commit f6aea82Copy full SHA for f6aea82
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.3.0"}
+ {:ex_ice, "~> 0.3.1"}
31
]
32
end
33
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExICE.MixProject do
2
use Mix.Project
3
4
- @version "0.3.0"
+ @version "0.3.1"
5
@source_url "https://github.com/elixir-webrtc/ex_ice"
6
7
def project do
0 commit comments