We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751dd1c commit 398cd80Copy full SHA for 398cd80
2 files changed
README.md
@@ -12,7 +12,7 @@ The package can be installed by adding `ex_rtmp` to your list of dependencies in
12
```elixir
13
def deps do
14
[
15
- {:ex_rtmp, "~> 0.4.0"}
+ {:ex_rtmp, "~> 0.4.1"}
16
]
17
end
18
```
mix.exs
@@ -1,7 +1,7 @@
1
defmodule ExRTMP.MixProject do
2
use Mix.Project
3
4
- @version "0.4.0"
+ @version "0.4.1"
5
@github_url "https://github.com/elixir-streaming/ex_rtmp"
6
7
def project do
0 commit comments