Skip to content

Commit fdc1811

Browse files
committed
Update deps. Bump version to 0.2.0.
1 parent 175ed8d commit fdc1811

File tree

3 files changed

+24
-22
lines changed

3 files changed

+24
-22
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In most cases you can skip this step as `Phoenix` comes with `LiveDashboard` ena
1919
```elixir
2020
def deps do
2121
[
22-
{:ex_webrtc_dashboard, "~> 0.1.1"}
22+
{:ex_webrtc_dashboard, "~> 0.2.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.1.1"
4+
@version "0.2.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.1.0"},
45+
{:ex_webrtc, "~> 0.2.0"},
4646
{:ex_doc, "~> 0.31.0", only: :dev, runtime: false}
4747
]
4848
end

0 commit comments

Comments
 (0)