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.
2 parents ebf3b9a + 7fb1163 commit bc025afCopy full SHA for bc025af
README.md
@@ -15,7 +15,7 @@ The package can be installed by adding `membrane_file_plugin` to your list of de
15
```elixir
16
def deps do
17
[
18
- {membrane_file_plugin, "~> 0.12.0"}
+ {membrane_file_plugin, "~> 0.13.0"}
19
]
20
end
21
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Membrane.File.Plugin.Mixfile do
2
use Mix.Project
3
4
- @version "0.12.0"
+ @version "0.13.0"
5
6
@github_url "https://github.com/membraneframework/membrane_file_plugin"
7
0 commit comments