We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.4.0
1 parent eb9b49d commit 0badeb5Copy full SHA for 0badeb5
2 files changed
README.md
@@ -26,7 +26,7 @@ Add `ex_rtp` to dependencies in `mix.exs`:
26
```elixir
27
def deps do
28
[
29
- {:ex_rtp, "~> 0.3.0"}
+ {:ex_rtp, "~> 0.4.0"}
30
]
31
end
32
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExRTP.MixProject do
2
use Mix.Project
3
4
- @version "0.3.0"
+ @version "0.4.0"
5
@source_url "https://github.com/elixir-webrtc/ex_rtp"
6
7
def project do
@@ -10,7 +10,7 @@ defmodule ExRTP.MixProject do
10
version: @version,
11
elixir: "~> 1.15",
12
start_permanent: Mix.env() == :prod,
13
- description: "Implementation of RTP protocol",
+ description: "Implementation of the RTP protocol",
14
package: package(),
15
deps: deps(),
16
0 commit comments