Skip to content

Commit 966503a

Browse files
committed
Release v0.7.0
1 parent 7382412 commit 966503a

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
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.6.0"}
22+
{:ex_webrtc_dashboard, "~> 0.7.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.6.0"
4+
@version "0.7.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.6.0"},
45+
{:ex_webrtc, "~> 0.7.0"},
4646
{:ex_doc, "~> 0.31.0", only: :dev, runtime: false}
4747
]
4848
end

0 commit comments

Comments
 (0)