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