We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be0396d commit de4ad63Copy full SHA for de4ad63
README.md
@@ -17,7 +17,7 @@ The package can be installed by adding `membrane_transcoder_plugin` to your list
17
```elixir
18
def deps do
19
[
20
- {:membrane_transcoder_plugin, "~> 0.2.1"}
+ {:membrane_transcoder_plugin, "~> 0.2.2"}
21
]
22
end
23
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Membrane.Transcoder.Plugin.Mixfile do
2
use Mix.Project
3
4
- @version "0.2.1"
+ @version "0.2.2"
5
@github_url "https://github.com/membraneframework/membrane_transcoder_plugin"
6
7
def project do
0 commit comments