Skip to content

Commit

Permalink
Release v0.9.0 (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkozyra95 authored Jun 13, 2024
1 parent 2cc217a commit 3624eb6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Membrane Live Compositor Plugin

[![Hex.pm](https://img.shields.io/hexpm/v/membrane_video_compositor_plugin.svg)](https://hex.pm/packages/membrane_video_compositor_plugin)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_video_compositor_plugin)
[![Hex.pm](https://img.shields.io/hexpm/v/membrane_live_compositor_plugin.svg)](https://hex.pm/packages/membrane_live_compositor_plugin)
[![API Docs](https://img.shields.io/badge/api-docs-yellow.svg?style=flat)](https://hexdocs.pm/membrane_live_compositor_plugin)
[![CircleCI](https://dl.circleci.com/status-badge/img/gh/membraneframework/membrane_live_compositor_plugin/tree/master.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/membraneframework/membrane_live_compositor_plugin/tree/master)

Membrane SDK for [LiveCompositor](https://compositor.live), that takes multiple input streams, transforms them according to provided transformations and composes them into output streams / videos.
Expand All @@ -10,12 +10,12 @@ It is part of [Membrane Multimedia Framework](https://membrane.stream).

## Installation

The package is not currently published on hex. It can be installed by adding `membrane_live_compositor_plugin` to your list of dependencies in `mix.exs`:
The package can be installed by adding `membrane_live_compositor_plugin` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:membrane_live_compositor_plugin, github: "membraneframework/membrane_live_compositor_plugin"}
{:membrane_live_compositor_plugin, "~> 0.9.0"}
]
end
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ defmodule Mix.Tasks.Compile.DownloadCompositor do
use Mix.Task
require Membrane.Logger

@lc_version "v0.2.0-rc.6"
@lc_version "v0.2.0"

@impl Mix.Task
def run(_args) do
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Membrane.LiveCompositor.Mixfile do
use Mix.Project

@version "0.8.0"
@version "0.9.0"
@github_url "https://github.com/membraneframework/membrane_live_compositor_plugin"

def project do
Expand Down

0 comments on commit 3624eb6

Please sign in to comment.