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 f00ac31 commit 1b4a2d9Copy full SHA for 1b4a2d9
README.md
@@ -12,7 +12,7 @@ In your `mix.exs`:
12
```elixir
13
def deps do
14
[
15
- {:live_ex_webrtc, "~> 0.2.1"}
+ {:live_ex_webrtc, "~> 0.3.0"}
16
]
17
end
18
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule LiveExWebrtc.MixProject do
2
use Mix.Project
3
4
- @version "0.2.1"
+ @version "0.3.0"
5
@source_url "https://github.com/elixir-webrtc/live_ex_webrtc"
6
7
def project do
0 commit comments