From 2eacd1a79d69e28ba1d54768e07899d21df779cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Feliks=20Pobiedzi=C5=84ski?= <38541925+FelonEkonom@users.noreply.github.com> Date: Thu, 22 Feb 2024 15:42:21 +0100 Subject: [PATCH] Bump version to v1.0.1 (#755) --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index caed0cbdc..8c3f44399 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Apart from plugins, Membrane has stream formats, which live in `membrane_X_forma 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` ```elixir -{:membrane_core, "~> 1.0.0"} +{:membrane_core, "~> 1.0"} ``` **Standalone libraries** diff --git a/mix.exs b/mix.exs index 4c96bd981..ac1df050b 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Membrane.Mixfile do use Mix.Project - @version "1.0.0" + @version "1.0.1" @source_ref "v#{@version}" def project do