Skip to content

Commit 0ec6fac

Browse files
committed
bump version to 1.0.0-rc0 (#510)
1 parent 4bba6b7 commit 0ec6fac

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ This package provides core of the [Membrane Multimedia Framework](https://membra
2323
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.
2424

2525
```elixir
26-
{:membrane_core, "~> 0.11.0"}
26+
{:membrane_core, "~> 0.11.0"}
27+
```
28+
29+
Or, if you'd like to try the latest release candidate, use this version:
30+
31+
```elixir
32+
{:membrane_core, "~> 1.0.0-rc0"}
2733
```
2834

2935
## Getting started

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Membrane.Mixfile do
22
use Mix.Project
33

4-
@version "0.11.0"
4+
@version "1.0.0-rc0"
55
@source_ref "v#{@version}"
66

77
def project do

0 commit comments

Comments
 (0)