Skip to content

Commit

Permalink
Bump ex_webrtc to 0.8.0. Release new versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed Feb 7, 2025
1 parent 9b79a51 commit c744993
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 61 deletions.
7 changes: 3 additions & 4 deletions broadcaster/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Broadcaster.MixProject do
def project do
[
app: :broadcaster,
version: "0.9.0-dev",
version: "0.9.0",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down Expand Up @@ -58,9 +58,8 @@ defmodule Broadcaster.MixProject do
{:jason, "~> 1.2"},
{:bandit, "~> 1.2"},
{:corsica, "~> 2.1.3"},
# {:ex_webrtc, "~> 0.7.0"},
{:ex_webrtc, github: "elixir-webrtc/ex_webrtc", override: true},
{:ex_webrtc_dashboard, "~> 0.7.0"},
{:ex_webrtc, "~> 0.8.0"},
{:ex_webrtc_dashboard, "~> 0.8.0"},
{:earmark, "~> 1.4"},
{:libcluster, "~> 3.4"},
{:syn, "~> 3.3"},
Expand Down
34 changes: 17 additions & 17 deletions broadcaster/mix.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions nexus/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Nexus.MixProject do
def project do
[
app: :nexus,
version: "0.5.0",
version: "0.6.0",
elixir: "~> 1.14",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down Expand Up @@ -51,8 +51,8 @@ defmodule Nexus.MixProject do
{:jason, "~> 1.2"},
{:dns_cluster, "~> 0.1.1"},
{:bandit, "~> 1.2"},
{:ex_webrtc, "~> 0.7.0"},
{:ex_webrtc_dashboard, "~> 0.7.0"},
{:ex_webrtc, "~> 0.8.0"},
{:ex_webrtc_dashboard, "~> 0.8.0"},

# Dialyzer and credo
{:dialyxir, ">= 0.0.0", only: :dev, runtime: false},
Expand Down
Loading

0 comments on commit c744993

Please sign in to comment.