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
1212``` elixir
1313def deps do
1414 [
15- {:ex_webrtc_recorder , " ~> 0.2.0 " }
15+ {:ex_webrtc_recorder , " ~> 0.2.1 " }
1616 ]
1717end
1818```
@@ -28,7 +28,7 @@ but it must be explicitly turned on by adding the following dependencies:
2828``` elixir
2929def deps do
3030 [
31- {:ex_webrtc_recorder , " ~> 0.1.0 " },
31+ {:ex_webrtc_recorder , " ~> 0.2.1 " },
3232 {:ex_aws_s3 , " ~> 2.5" },
3333 {:ex_aws , " ~> 2.5" },
3434 {:sweet_xml , " ~> 0.7" },
Original file line number Diff line number Diff line change 11defmodule ExWebRTC.Recorder.MixProject do
22 use Mix.Project
33
4- @ version "0.2.0 "
4+ @ version "0.2.1 "
55 @ source_url "https://github.com/elixir-webrtc/ex_webrtc_recorder"
66
77 def project do
You can’t perform that action at this time.
0 commit comments