Skip to content

Commit

Permalink
Release v0.2.1 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
varsill authored Jan 18, 2024
1 parent 88c293a commit 62e6bfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ workflows:
build:
jobs:
- build_test


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.2.0"}
{:membrane_agora_plugin, "~> 0.2.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.2.0"
@version "0.2.1"
@github_url "https://github.com/membraneframework/membrane_agora_plugin"

def project do
Expand Down

0 comments on commit 62e6bfc

Please sign in to comment.