Skip to content

Commit

Permalink
Merge pull request #101 from membraneframework/release-0.18.1
Browse files Browse the repository at this point in the history
Release 0.18.1
  • Loading branch information
Karolk99 committed Dec 13, 2023
2 parents 9d1a354 + dbea66d commit 51dcfd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ In future, the support for MPEG-DASH is planned as well
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.

```elixir
{:membrane_http_adaptive_stream_plugin, "~> 0.18.0"}
{:membrane_http_adaptive_stream_plugin, "~> 0.18.1"}
```

## Usage Example
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Membrane.HTTPAdaptiveStream.MixProject do
use Mix.Project

@version "0.18.0"
@version "0.18.1"
@github_url "https://github.com/membraneframework/membrane_http_adaptive_stream_plugin"

def project do
Expand Down

0 comments on commit 51dcfd3

Please sign in to comment.