Skip to content

Commit 0badeb5

Browse files
committed
Prepare for 0.4.0 release
1 parent eb9b49d commit 0badeb5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add `ex_rtp` to dependencies in `mix.exs`:
2626
```elixir
2727
def deps do
2828
[
29-
{:ex_rtp, "~> 0.3.0"}
29+
{:ex_rtp, "~> 0.4.0"}
3030
]
3131
end
3232
```

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ExRTP.MixProject do
22
use Mix.Project
33

4-
@version "0.3.0"
4+
@version "0.4.0"
55
@source_url "https://github.com/elixir-webrtc/ex_rtp"
66

77
def project do
@@ -10,7 +10,7 @@ defmodule ExRTP.MixProject do
1010
version: @version,
1111
elixir: "~> 1.15",
1212
start_permanent: Mix.env() == :prod,
13-
description: "Implementation of RTP protocol",
13+
description: "Implementation of the RTP protocol",
1414
package: package(),
1515
deps: deps(),
1616

0 commit comments

Comments
 (0)