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', ],