From d0bf6091a406c6ebb940b516099dbcfa20fecfb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Mon, 18 Sep 2023 13:55:38 +0200 Subject: [PATCH] update to version 0.3.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- VERSION | 2 +- meson.build | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68a04d1..9c80e57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -526,7 +526,7 @@ dependencies = [ [[package]] name = "gst_pipeline_studio" -version = "0.3.1" +version = "0.3.2" dependencies = [ "anyhow", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 27d98ce..1ae969a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst_pipeline_studio" -version = "0.3.1" +version = "0.3.2" edition = "2018" rust-version = "1.70.0" diff --git a/VERSION b/VERSION index a2268e2..9fc80f9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.1 \ No newline at end of file +0.3.2 \ No newline at end of file diff --git a/meson.build b/meson.build index e3504fa..094910d 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('gst_pipeline_studio', - version: '0.3.1', + version: '0.3.2', meson_version: '>= 0.50.0', default_options: [ 'warning_level=2', ],