We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a933da commit 54d1ad1Copy full SHA for 54d1ad1
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.22.3"}
+ {:membrane_mp4_plugin, "~> 0.23.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.22.3"
+ @version "0.23.0"
5
@github_url "https://github.com/membraneframework/membrane_mp4_plugin"
6
7
def project do
0 commit comments