We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6773a0 commit 4abf133Copy full SHA for 4abf133
README.md
@@ -13,7 +13,7 @@ The package exposes a server and a client module to interact with SRT streams.
13
```elixir
14
def deps do
15
[
16
- {:ex_libsrt, "~> 0.1.5"}
+ {:ex_libsrt, "~> 0.1.6"}
17
]
18
end
19
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExLibSRT.MixProject do
2
use Mix.Project
3
4
- @version "0.1.5"
+ @version "0.1.6"
5
@github_url "https://github.com/membraneframework/ex_libsrt"
6
7
def project do
0 commit comments