Skip to content

Commit 0212735

Browse files
committed
Release v0.8.0
1 parent 966503a commit 0212735

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
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.7.0"}
22+
{:ex_webrtc_dashboard, "~> 0.8.0"}
2323
]
2424
end
2525
```

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ defmodule ExWebRTCDashboard.MixProject do
4242
defp deps do
4343
[
4444
{:phoenix_live_dashboard, "~> 0.8.3"},
45-
{:ex_webrtc, "~> 0.7.0"},
46-
{:ex_doc, "~> 0.31.0", only: :dev, runtime: false}
45+
{:ex_webrtc, "~> 0.8.0"},
46+
{:ex_doc, "~> 0.31", only: :dev, runtime: false}
4747
]
4848
end
4949
end

0 commit comments

Comments
 (0)