From cdd30e830d3e1e52a3f5baa8d51100b019f92e69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Tue, 8 Feb 2022 17:00:56 +0100 Subject: [PATCH] version: update to 0.2.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- meson.build | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0ebbbf7..39ff14d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -502,7 +502,7 @@ dependencies = [ [[package]] name = "gst_pipeline_studio" -version = "0.2.2" +version = "0.2.3" dependencies = [ "anyhow", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 127adb3..c4659b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst_pipeline_studio" -version = "0.2.2" +version = "0.2.3" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/meson.build b/meson.build index d99258e..9aa725f 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst_pipeline_studio', - version: '0.2.2', + version: '0.2.3', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ],