File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed
Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ In most cases you can skip this step as `Phoenix` comes with `LiveDashboard` ena
1616``` elixir
1717def deps do
1818 [
19- {:ex_webrtc_dashboard , " ~> 0.1.0 " }
19+ {:ex_webrtc_dashboard , " ~> 0.1.1 " }
2020 ]
2121end
2222```
Original file line number Diff line number Diff line change 1- defmodule ExWebrtcDashboard .MixProject do
1+ defmodule ExWebRTCDashboard .MixProject do
22 use Mix.Project
33
4- @ version "0.1.0 "
4+ @ version "0.1.1 "
55 @ source_url "https://github.com/elixir-webrtc/ex_webrtc_dashboard"
66
77 def project do
88 [
99 app: :ex_webrtc_dashboard ,
10- version: "0.1.0" ,
10+ version: @ version ,
1111 elixir: "~> 1.15" ,
1212 start_permanent: Mix . env ( ) == :prod ,
1313 description: "ExWebRTC statistics visualization for the Phoenix LiveDashboard" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments