We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b81ca commit 836c366Copy full SHA for 836c366
README.md
@@ -12,7 +12,7 @@ The package can be installed by adding `membrane_mp4_plugin` to your list of dep
12
```elixir
13
defp deps do
14
[
15
- {:membrane_mp4_plugin, "~> 0.21.0"}
+ {:membrane_mp4_plugin, "~> 0.22.0"}
16
]
17
end
18
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Membrane.MP4.Plugin.MixProject do
2
use Mix.Project
3
4
- @version "0.21.0"
+ @version "0.22.0"
5
@github_url "https://github.com/membraneframework/membrane_mp4_plugin"
6
7
def project do
0 commit comments