Skip to content

Commit

Permalink
bump version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-hek committed Oct 30, 2024
1 parent cef362f commit 983577b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The package can be installed by adding `membrane_rtp_plugin` to your list of dep
```elixir
def deps do
[
{:membrane_rtp_plugin, "~> 0.29.0"},
{:membrane_rtp_plugin, "~> 0.29.1"},
{:ex_libsrtp, ">= 0.0.0"} # required only if SRTP/SRTCP support is needed
]
end
Expand Down

0 comments on commit 983577b

Please sign in to comment.