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 261122a commit a98b0caCopy full SHA for a98b0ca
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.6.0"}
+ {:ex_webrtc, "~> 0.6.1"}
22
]
23
end
24
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExWebRTC.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_webrtc"
6
7
def project do
0 commit comments