Skip to content

Commit

Permalink
Make unifex version definition less strict. Bump to v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
varsill committed Nov 5, 2024
1 parent 85b58dd commit 8fbed49
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ docker run -it membraneframeworklabs/docker_membrane

To use that plugin in your project, add the following line to your deps in `mix.exs`:
```
{:membrane_agora_plugin, "~> 0.2.4"}
{:membrane_agora_plugin, "~> 0.2.5"}
```

Run `mix deps.get`.
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Membrane.Agora.Mixfile do
use Mix.Project

@version "0.2.4"
@version "0.2.5"
@github_url "https://github.com/membraneframework/membrane_agora_plugin"

def project do
Expand Down Expand Up @@ -42,7 +42,7 @@ defmodule Membrane.Agora.Mixfile do
{:membrane_h264_format, "~> 0.6.1"},
{:membrane_aac_format, "~> 0.8.0"},
{:membrane_raw_audio_format, "~> 0.12.0"},
{:unifex, "~> 1.1.0"},
{:unifex, "~> 1.1"},
{:membrane_file_plugin, "~> 0.16.0", only: :test},
{:membrane_h264_plugin, "~> 0.9.0", only: :test},
{:membrane_aac_plugin, "~> 0.18.1", only: :test},
Expand Down

0 comments on commit 8fbed49

Please sign in to comment.