From 094296c758ca6ca0fdb27c29d946c1a29ae784a8 Mon Sep 17 00:00:00 2001 From: "feliks.pobiedzinski@swmansion.com" Date: Thu, 12 Oct 2023 16:23:04 +0200 Subject: [PATCH] Bump version to 1.0.0 --- README.md | 8 +------- mix.exs | 2 +- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f9854edab..dff8bd753 100644 --- a/README.md +++ b/README.md @@ -101,13 +101,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, "~> 0.12.9"} -``` - -Or, if you'd like to try the latest release candidate, use this version: - -```elixir -{:membrane_core, "~> 1.0.0-rc1"} +{:membrane_core, "~> 1.0.0"} ``` **Standalone libraries** diff --git a/mix.exs b/mix.exs index ee97449af..e437091d9 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Membrane.Mixfile do use Mix.Project - @version "1.0.0-rc1" + @version "1.0.0" @source_ref "v#{@version}" def project do