Skip to content

Commit 1958992

Browse files
committed
Fix module names. Bump to 0.1.1
1 parent bf15acc commit 1958992

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In most cases you can skip this step as `Phoenix` comes with `LiveDashboard` ena
1616
```elixir
1717
def deps do
1818
[
19-
{:ex_webrtc_dashboard, "~> 0.1.0"}
19+
{:ex_webrtc_dashboard, "~> 0.1.1"}
2020
]
2121
end
2222
```

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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",

test/ex_webrtc_dashboard_test.exs

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)