Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
russelltg committed Mar 11, 2023
1 parent a183d34 commit 273ee2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion srt-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion srt-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion srt-transmit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "srt-transmit"
version = "0.4.0"
version = "0.4.1"
authors = ["Russell Greene <[email protected]>"]
description = "SRT implementation in Rust"
license = "Apache-2.0"
Expand Down

0 comments on commit 273ee2e

Please sign in to comment.