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.
1 parent 536779a commit 27642cdCopy full SHA for 27642cd
README.md
@@ -15,7 +15,7 @@ The package can be installed by adding `ex_hls` to your list of dependencies in
15
```elixir
16
def deps do
17
[
18
- {:ex_hls, "~> 0.1.4"}
+ {:ex_hls, "~> 0.1.5"}
19
]
20
end
21
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExHLS.Mixfile do
2
use Mix.Project
3
4
- @version "0.1.4"
+ @version "0.1.5"
5
@github_url "https://github.com/membraneframework/ex_hls"
6
7
def project do
0 commit comments