Skip to content

Commit 1442422

Browse files
committed
Revert "Bump to v0.1.6 (#18)"
This reverts commit 41639f0.
1 parent 41639f0 commit 1442422

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The package can be installed by adding `ex_hls` to your list of dependencies in
1515
```elixir
1616
def deps do
1717
[
18-
{:ex_hls, "~> 0.1.6"}
18+
{:ex_hls, "~> 0.1.5"}
1919
]
2020
end
2121
```
@@ -55,7 +55,7 @@ Now you can get the Elixir stream containing media chunks:
5555
```elixir
5656
stream = ExHLS.Client.generate_stream(client)
5757
Enum.take(stream, 5)
58-
# Returns:
58+
# Returns:
5959
# [
6060
# %ExHLS.Chunk{
6161
# payload: <<220, 0, 76, 97, 118, 99, 54, 49, 46, 51, 46, 49, 48, 48, 0, 66,

mix.exs

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

4-
@version "0.1.6"
4+
@version "0.1.5"
55
@github_url "https://github.com/membraneframework/ex_hls"
66

77
def project do

0 commit comments

Comments
 (0)