Skip to content

Commit

Permalink
bump version to 1.0.0-rc0 (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-hek committed Jan 13, 2023
1 parent 4bba6b7 commit 0ec6fac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,13 @@ This package provides core of the [Membrane Multimedia Framework](https://membra
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.

```elixir
{:membrane_core, "~> 0.11.0"}
{:membrane_core, "~> 0.11.0"}
```

Or, if you'd like to try the latest release candidate, use this version:

```elixir
{:membrane_core, "~> 1.0.0-rc0"}
```

## Getting started
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.Mixfile do
use Mix.Project

@version "0.11.0"
@version "1.0.0-rc0"
@source_ref "v#{@version}"

def project do
Expand Down

0 comments on commit 0ec6fac

Please sign in to comment.