Skip to content

Commit 398cd80

Browse files
committed
Release v0.4.1
1 parent 751dd1c commit 398cd80

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The package can be installed by adding `ex_rtmp` to your list of dependencies in
1212
```elixir
1313
def deps do
1414
[
15-
{:ex_rtmp, "~> 0.4.0"}
15+
{:ex_rtmp, "~> 0.4.1"}
1616
]
1717
end
1818
```

mix.exs

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

4-
@version "0.4.0"
4+
@version "0.4.1"
55
@github_url "https://github.com/elixir-streaming/ex_rtmp"
66

77
def project do

0 commit comments

Comments
 (0)