Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #121 from membraneframework/release/v0.3.0
Browse files Browse the repository at this point in the history
Release membrane_rtc_engine v0.3.0
  • Loading branch information
mat-hek authored May 19, 2022
2 parents 4ccd3e0 + f5d22f2 commit f8eb186
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The package can be installed by adding `membrane_rtc_engine` to your list of dep
```elixir
def deps do
[
{:membrane_rtc_engine, "~> 0.2.0"}
{:membrane_rtc_engine, "~> 0.3.0"}
]
end
```
Expand Down
16 changes: 8 additions & 8 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Membrane.RTC.Engine.MixProject do
use Mix.Project

@version "0.2.0"
@version "0.3.0"
@github_url "https://github.com/membraneframework/membrane_rtc_engine"

def project do
Expand Down Expand Up @@ -52,24 +52,24 @@ defmodule Membrane.RTC.Engine.MixProject do
defp deps do
[
{:membrane_core, "~> 0.10.0"},
{:membrane_rtp_plugin, "~> 0.12.0"},
{:membrane_rtp_plugin, "~> 0.13.0"},
{:membrane_tee_plugin, "~> 0.9.0"},
{:membrane_webrtc_plugin, "~>0.3.0"},
{:membrane_webrtc_plugin, "~> 0.4.0"},
{:membrane_rtp_h264_plugin, "~> 0.12.0"},
{:membrane_rtp_vp8_plugin, "~> 0.4.0"},
{:membrane_rtp_vp8_plugin, "~> 0.5.0"},
{:membrane_rtp_format, "~> 0.4.0"},
{:uuid, "~> 1.1"},
{:jason, "~> 1.2"},
{:unifex, "~> 0.7.0"},
{:unifex, "~> 1.0"},
{:dialyxir, "1.1.0", only: :dev, runtime: false},
{:ex_doc, "0.28.3", only: :dev, runtime: false},
{:credo, "~> 1.6", only: :dev, runtime: false},

# Optional deps for HLS endpoint
{:membrane_http_adaptive_stream_plugin, "~> 0.6.0", optional: true},
{:membrane_mp4_plugin, "~> 0.14.0", optional: true},
{:membrane_http_adaptive_stream_plugin, "~> 0.7.0", optional: true},
{:membrane_mp4_plugin, "~> 0.15.0", optional: true},
{:membrane_aac_plugin, "~> 0.12.0", optional: true},
{:membrane_aac_fdk_plugin, "~> 0.12.0", optional: true},
{:membrane_aac_fdk_plugin, "~> 0.13.0", optional: true},

# Otel
{:opentelemetry_api, "~> 0.6.0"},
Expand Down
Loading

0 comments on commit f8eb186

Please sign in to comment.