Skip to content

Commit

Permalink
Fix module names. Bump to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed Feb 8, 2024
1 parent bf15acc commit 1958992
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ In most cases you can skip this step as `Phoenix` comes with `LiveDashboard` ena
```elixir
def deps do
[
{:ex_webrtc_dashboard, "~> 0.1.0"}
{:ex_webrtc_dashboard, "~> 0.1.1"}
]
end
```
Expand Down
6 changes: 3 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
defmodule ExWebrtcDashboard.MixProject do
defmodule ExWebRTCDashboard.MixProject do
use Mix.Project

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

def project do
[
app: :ex_webrtc_dashboard,
version: "0.1.0",
version: @version,
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
description: "ExWebRTC statistics visualization for the Phoenix LiveDashboard",
Expand Down
8 changes: 0 additions & 8 deletions test/ex_webrtc_dashboard_test.exs

This file was deleted.

0 comments on commit 1958992

Please sign in to comment.