Skip to content

Commit e0ce068

Browse files
committed
Bump ex_webrtc to 0.14. Release 0.9
1 parent 0212735 commit e0ce068

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
```elixir
2020
def deps do
2121
[
22-
{:ex_webrtc_dashboard, "~> 0.8.0"}
22+
{:ex_webrtc_dashboard, "~> 0.9.0"}
2323
]
2424
end
2525
```

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExWebRTCDashboard.MixProject do
22
use Mix.Project
33

4-
@version "0.7.0"
4+
@version "0.9.0"
55
@source_url "https://github.com/elixir-webrtc/ex_webrtc_dashboard"
66

77
def project do
@@ -42,7 +42,7 @@ defmodule ExWebRTCDashboard.MixProject do
4242
defp deps do
4343
[
4444
{:phoenix_live_dashboard, "~> 0.8.3"},
45-
{:ex_webrtc, "~> 0.8.0"},
45+
{:ex_webrtc, "~> 0.14.0"},
4646
{:ex_doc, "~> 0.31", only: :dev, runtime: false}
4747
]
4848
end

0 commit comments

Comments
 (0)