Skip to content

Commit

Permalink
Bump version to 0.3.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed May 24, 2021
1 parent 44b3470 commit cde49ac
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 @@ -12,7 +12,7 @@ It is part of [Membrane Multimedia Framework](https://membraneframework.org).
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.

```elixir
{:membrane_rtp_aac_plugin, "~> 0.1.0-alpha"}
{:membrane_rtp_aac_plugin, "~> 0.3.0-alpha"}
```

The docs can be found at [HexDocs](https://hexdocs.pm/membrane_rtp_aac_plugin).
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.RTP.AAC.MixProject do
use Mix.Project

@version "0.2.0-alpha"
@version "0.3.0-alpha"
@github_url "https://github.com/membraneframework/membrane_rtp_aac_plugin"

def project do
Expand Down

0 comments on commit cde49ac

Please sign in to comment.