Skip to content

Commit

Permalink
Update deps. Bump version to 0.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed May 14, 2024
1 parent 175ed8d commit fdc1811
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 22 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In most cases you can skip this step as `Phoenix` comes with `LiveDashboard` ena
```elixir
def deps do
[
{:ex_webrtc_dashboard, "~> 0.1.1"}
{:ex_webrtc_dashboard, "~> 0.2.0"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule ExWebRTCDashboard.MixProject do
use Mix.Project

@version "0.1.1"
@version "0.2.0"
@source_url "https://github.com/elixir-webrtc/ex_webrtc_dashboard"

def project do
Expand Down Expand Up @@ -42,7 +42,7 @@ defmodule ExWebRTCDashboard.MixProject do
defp deps do
[
{:phoenix_live_dashboard, "~> 0.8.3"},
{:ex_webrtc, "~> 0.1.0"},
{:ex_webrtc, "~> 0.2.0"},
{:ex_doc, "~> 0.31.0", only: :dev, runtime: false}
]
end
Expand Down
Loading

0 comments on commit fdc1811

Please sign in to comment.