We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01dd12e commit 53da9ebCopy full SHA for 53da9eb
README.md
@@ -94,7 +94,7 @@ The API for creating pipelines (and custom elements too) is provided by [membran
94
```
95
or to get the newest release candidate
96
```elixir
97
-{:membrane_core, "1.2.0-rc0"}
+{:membrane_core, "1.2.0-rc1"}
98
99
100
**Standalone libraries**
mix.exs
@@ -1,7 +1,7 @@
1
defmodule Membrane.Mixfile do
2
use Mix.Project
3
4
- @version "1.2.0-rc0"
+ @version "1.2.0-rc1"
5
@source_ref "v#{@version}"
6
7
def project do
0 commit comments