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
16
16
``` elixir
17
17
def deps do
18
18
[
19
- {:ex_webrtc_dashboard , " ~> 0.1.0 " }
19
+ {:ex_webrtc_dashboard , " ~> 0.1.1 " }
20
20
]
21
21
end
22
22
```
Original file line number Diff line number Diff line change 1
- defmodule ExWebrtcDashboard .MixProject do
1
+ defmodule ExWebRTCDashboard .MixProject do
2
2
use Mix.Project
3
3
4
- @ version "0.1.0 "
4
+ @ version "0.1.1 "
5
5
@ source_url "https://github.com/elixir-webrtc/ex_webrtc_dashboard"
6
6
7
7
def project do
8
8
[
9
9
app: :ex_webrtc_dashboard ,
10
- version: "0.1.0" ,
10
+ version: @ version ,
11
11
elixir: "~> 1.15" ,
12
12
start_permanent: Mix . env ( ) == :prod ,
13
13
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