We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241931e commit 0b09158Copy full SHA for 0b09158
README.md
@@ -18,7 +18,7 @@ Add `ex_webrtc` to the list of dependencies in `mix.exs`
18
```elixir
19
def deps do
20
[
21
- {:ex_webrtc, "~> 0.8.1"}
+ {:ex_webrtc, "~> 0.9.0"}
22
]
23
end
24
```
@@ -29,7 +29,7 @@ adding optional `ex_sctp` dependency
29
30
31
32
- {:ex_webrtc, "~> 0.8.1"},
+ {:ex_webrtc, "~> 0.9.0"},
33
{:ex_sctp, "~> 0.1.0"}
34
35
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExWebRTC.MixProject do
2
use Mix.Project
3
4
- @version "0.8.1"
+ @version "0.9.0"
5
@source_url "https://github.com/elixir-webrtc/ex_webrtc"
6
7
def project do
0 commit comments