Skip to content

Commit d72089d

Browse files
authored
Make unifex version definition less strict. Bump to v0.2.5 (#22)
* Make unifex version definition less strict. Bump to v0.2.4 * bump deps * Remove unused deps
1 parent 85b58dd commit d72089d

File tree

3 files changed

+23
-25
lines changed

3 files changed

+23
-25
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ docker run -it membraneframeworklabs/docker_membrane
2020

2121
To use that plugin in your project, add the following line to your deps in `mix.exs`:
2222
```
23-
{:membrane_agora_plugin, "~> 0.2.4"}
23+
{:membrane_agora_plugin, "~> 0.2.5"}
2424
```
2525

2626
Run `mix deps.get`.

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Membrane.Agora.Mixfile do
22
use Mix.Project
33

4-
@version "0.2.4"
4+
@version "0.2.5"
55
@github_url "https://github.com/membraneframework/membrane_agora_plugin"
66

77
def project do
@@ -42,7 +42,7 @@ defmodule Membrane.Agora.Mixfile do
4242
{:membrane_h264_format, "~> 0.6.1"},
4343
{:membrane_aac_format, "~> 0.8.0"},
4444
{:membrane_raw_audio_format, "~> 0.12.0"},
45-
{:unifex, "~> 1.1.0"},
45+
{:unifex, "~> 1.1"},
4646
{:membrane_file_plugin, "~> 0.16.0", only: :test},
4747
{:membrane_h264_plugin, "~> 0.9.0", only: :test},
4848
{:membrane_aac_plugin, "~> 0.18.1", only: :test},

0 commit comments

Comments
 (0)