diff --git a/srt-protocol/Cargo.toml b/srt-protocol/Cargo.toml index 6209b683..51d5dd7b 100644 --- a/srt-protocol/Cargo.toml +++ b/srt-protocol/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "srt-protocol" publish = true repository = "https://github.com/russelltg/srt-rs" -version = "0.4.0" +version = "0.4.1" [dependencies] array-init = "2.0.0" diff --git a/srt-tokio/Cargo.toml b/srt-tokio/Cargo.toml index 087a9eec..135816cd 100644 --- a/srt-tokio/Cargo.toml +++ b/srt-tokio/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" name = "srt-tokio" publish = true repository = "https://github.com/russelltg/srt-rs" -version = "0.4.0" +version = "0.4.1" [dependencies] bytes = "1" diff --git a/srt-transmit/Cargo.toml b/srt-transmit/Cargo.toml index fd583cbd..c4b9c09d 100644 --- a/srt-transmit/Cargo.toml +++ b/srt-transmit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "srt-transmit" -version = "0.4.0" +version = "0.4.1" authors = ["Russell Greene "] description = "SRT implementation in Rust" license = "Apache-2.0"