Skip to content

Commit 5f90778

Browse files
committed
Bump version
1 parent 7292e48 commit 5f90778

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
@@ -20,7 +20,7 @@ docker run -it membraneframeworklabs/docker_membrane
2020

2121
To use that plugin in your project, add the following line to your deps in `mix.exs`:
2222
```
23-
{:membrane_agora_plugin, "~> 0.4.0"}
23+
{:membrane_agora_plugin, "~> 0.4.1"}
2424
```
2525

2626
Run `mix deps.get`.

mix.exs

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

4-
@version "0.4.0"
4+
@version "0.4.1"
55
@github_url "https://github.com/membraneframework/membrane_agora_plugin"
66

77
def project do

0 commit comments

Comments
 (0)