Skip to content

Commit 5a2f87b

Browse files
authored
Release 0.7.0 (#150)
1 parent 77a9281 commit 5a2f87b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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_video_compositor_plugin` to you
1515
```elixir
1616
def deps do
1717
[
18-
{:membrane_video_compositor_plugin, "~> 0.6.0"}
18+
{:membrane_video_compositor_plugin, "~> 0.7.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.VideoCompositor.Mixfile do
22
use Mix.Project
33

4-
@version "0.6.0"
4+
@version "0.7.0"
55
@github_url "https://github.com/membraneframework/membrane_video_compositor_plugin"
66

77
def project do

0 commit comments

Comments
 (0)