Skip to content

Commit f044033

Browse files
committed
Bump version to 1.3.0
1 parent 87f95b7 commit f044033

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Apart from plugins, Membrane has stream formats, which live in `membrane_X_forma
9494
The API for creating pipelines (and custom elements too) is provided by [membrane_core](https://github.com/membraneframework/membrane_core). To install it, add the following line to your `deps` in `mix.exs` and run `mix deps.get`
9595

9696
```elixir
97-
{:membrane_core, "~> 1.2"}
97+
{:membrane_core, "~> 1.3"}
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.7"
4+
@version "1.3.0"
55
@source_ref "v#{@version}"
66
@hex_packages_path "scripts/elixir/hex_packages.exs"
77

0 commit comments

Comments
 (0)