We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04582b commit 4a0a2a0Copy full SHA for 4a0a2a0
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, github: "membraneframework-labs/ex_libsrt"}
+ {:ex_libsrt, "~> 0.1.1"}
17
]
18
end
19
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExLibSRT.MixProject do
2
use Mix.Project
3
4
- @version "0.1.0"
+ @version "0.1.1"
5
@github_url "https://github.com/membraneframework/ex_libsrt"
6
7
def project do
0 commit comments