Skip to content

Commit

Permalink
Merge pull request #41 from membraneframework/bump-flv-version
Browse files Browse the repository at this point in the history
Bump packages versions
  • Loading branch information
Janix4000 authored Mar 14, 2023
2 parents 88bfb81 + a7bf569 commit dcd8b66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The package can be installed by adding `membrane_rtmp_plugin` to your list of de
```elixir
def deps do
[
{:membrane_rtmp_plugin, "~> 0.10.0"}
{:membrane_rtmp_plugin, "~> 0.11.0"}
]
end
```
Expand Down
8 changes: 4 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Membrane.RTMP.Mixfile do
use Mix.Project

@version "0.10.0"
@version "0.11.0"
@github_url "https://github.com/membraneframework/membrane_rtmp_plugin"

def project do
Expand Down Expand Up @@ -40,10 +40,10 @@ defmodule Membrane.RTMP.Mixfile do
[
{:membrane_core, "~> 0.11.2"},
{:unifex, "~> 1.1.0"},
{:membrane_h264_ffmpeg_plugin, "~> 0.25.1"},
{:membrane_h264_ffmpeg_plugin, "~> 0.25.4"},
{:membrane_aac_plugin, "~> 0.13.0"},
{:membrane_mp4_plugin, "~> 0.18.0"},
{:membrane_flv_plugin, "~> 0.4.0"},
{:membrane_mp4_plugin, "~> 0.19.0"},
{:membrane_flv_plugin, "~> 0.5.0"},
{:membrane_file_plugin, "~> 0.13.2"},
# testing
{:membrane_hackney_plugin, "~> 0.9.0", only: :test},
Expand Down

0 comments on commit dcd8b66

Please sign in to comment.