Skip to content

Commit 836c366

Browse files
authored
Release v0.22.0 (#63)
1 parent 06b81ca commit 836c366

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
@@ -12,7 +12,7 @@ The package can be installed by adding `membrane_mp4_plugin` to your list of dep
1212
```elixir
1313
defp deps do
1414
[
15-
{:membrane_mp4_plugin, "~> 0.21.0"}
15+
{:membrane_mp4_plugin, "~> 0.22.0"}
1616
]
1717
end
1818
```

mix.exs

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

4-
@version "0.21.0"
4+
@version "0.22.0"
55
@github_url "https://github.com/membraneframework/membrane_mp4_plugin"
66

77
def project do

0 commit comments

Comments
 (0)