Skip to content

Commit

Permalink
Merge pull request #7 from membraneframework/release/v0.1.1
Browse files Browse the repository at this point in the history
Bump to v0.1.1
  • Loading branch information
varsill authored Oct 31, 2023
2 parents 903f1b1 + b7e9dff commit 7f16d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ docker run -it membraneframeworklabs/docker_membrane

To use that plugin in your project, add the following line to your deps in `mix.exs`:
```
{:membrane_agora_plugin, "~> 0.1.0"}
{:membrane_agora_plugin, "~> 0.1.1"}
```

Run `mix deps.get`.
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.Agora.Mixfile do
use Mix.Project

@version "0.1.0"
@version "0.1.1"
@github_url "https://github.com/membraneframework/membrane_agora_plugin"

def project do
Expand Down

0 comments on commit 7f16d8c

Please sign in to comment.