Skip to content

Commit

Permalink
Bump to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
varsill committed Jan 8, 2024
1 parent 6144d47 commit bbf36bb
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.1"}
{:membrane_agora_plugin, "~> 0.1.2"}
```

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.1"
@version "0.1.2"
@github_url "https://github.com/membraneframework/membrane_agora_plugin"

def project do
Expand Down

0 comments on commit bbf36bb

Please sign in to comment.