File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Add `:ex_webrtc_recorder` to your list of dependencies
12
12
``` elixir
13
13
def deps do
14
14
[
15
- {:ex_webrtc_recorder , " ~> 0.2.0 " }
15
+ {:ex_webrtc_recorder , " ~> 0.2.1 " }
16
16
]
17
17
end
18
18
```
@@ -28,7 +28,7 @@ but it must be explicitly turned on by adding the following dependencies:
28
28
``` elixir
29
29
def deps do
30
30
[
31
- {:ex_webrtc_recorder , " ~> 0.1.0 " },
31
+ {:ex_webrtc_recorder , " ~> 0.2.1 " },
32
32
{:ex_aws_s3 , " ~> 2.5" },
33
33
{:ex_aws , " ~> 2.5" },
34
34
{:sweet_xml , " ~> 0.7" },
Original file line number Diff line number Diff line change 1
1
defmodule ExWebRTC.Recorder.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.2.0 "
4
+ @ version "0.2.1 "
5
5
@ source_url "https://github.com/elixir-webrtc/ex_webrtc_recorder"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments