We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40c1286 commit c38fc6fCopy full SHA for c38fc6f
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.1.1"}
+ {:membrane_transcoder_plugin, "~> 0.1.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.1.1"
+ @version "0.1.2"
5
@github_url "https://github.com/membraneframework/membrane_transcoder_plugin"
6
7
def project do
0 commit comments