Skip to content

Commit bc025af

Browse files
authored
Merge pull request #32 from membraneframework/rewrite-on-core-0.11
Rewrite on core 0.11
2 parents ebf3b9a + 7fb1163 commit bc025af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The package can be installed by adding `membrane_file_plugin` to your list of de
1515
```elixir
1616
def deps do
1717
[
18-
{membrane_file_plugin, "~> 0.12.0"}
18+
{membrane_file_plugin, "~> 0.13.0"}
1919
]
2020
end
2121
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Membrane.File.Plugin.Mixfile do
22
use Mix.Project
33

4-
@version "0.12.0"
4+
@version "0.13.0"
55

66
@github_url "https://github.com/membraneframework/membrane_file_plugin"
77

0 commit comments

Comments
 (0)