Skip to content

Commit 3e05e2a

Browse files
committed
Bump version
1 parent 8129350 commit 3e05e2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In future, the support for MPEG-DASH is planned as well
1313
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.
1414

1515
```elixir
16-
{:membrane_http_adaptive_stream_plugin, "~> 0.18.8"}
16+
{:membrane_http_adaptive_stream_plugin, "~> 0.20.0"}
1717
```
1818

1919
## Usage Example

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Membrane.HTTPAdaptiveStream.MixProject do
22
use Mix.Project
33

4-
@version "0.18.8"
4+
@version "0.20.0"
55
@github_url "https://github.com/membraneframework/membrane_http_adaptive_stream_plugin"
66

77
def project do

0 commit comments

Comments
 (0)