Skip to content

Commit 53da9eb

Browse files
committed
Bump version to 1.2.0-rc1
1 parent 01dd12e commit 53da9eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The API for creating pipelines (and custom elements too) is provided by [membran
9494
```
9595
or to get the newest release candidate
9696
```elixir
97-
{:membrane_core, "1.2.0-rc0"}
97+
{:membrane_core, "1.2.0-rc1"}
9898
```
9999

100100
**Standalone libraries**

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 "1.2.0-rc0"
4+
@version "1.2.0-rc1"
55
@source_ref "v#{@version}"
66

77
def project do

0 commit comments

Comments
 (0)