Skip to content

Commit 54d1ad1

Browse files
authored
Release v0.23.0 (#70)
1 parent 3a933da commit 54d1ad1

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.22.3"}
15+
{:membrane_mp4_plugin, "~> 0.23.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.22.3"
4+
@version "0.23.0"
55
@github_url "https://github.com/membraneframework/membrane_mp4_plugin"
66

77
def project do

0 commit comments

Comments
 (0)