diff --git a/Cargo.lock b/Cargo.lock index a738104..67e9eff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -639,7 +639,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "lib-gst-meet" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "async-stream", diff --git a/gst-meet/Cargo.toml b/gst-meet/Cargo.toml index 62659a4..6e62151 100644 --- a/gst-meet/Cargo.toml +++ b/gst-meet/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gst-meet" description = "A tool for connecting GStreamer pipelines to Jitsi Meet conferences" -version = "0.2.0" +version = "0.2.1" edition = "2018" license = "MIT/Apache-2.0" authors = ["Jasper Hugo "]