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 ffde7ae commit 8d22f81Copy full SHA for 8d22f81
README.md
@@ -14,7 +14,7 @@ Make sure you have installed FFMpeg (ver. 7.0) development packages on your syst
14
```elixir
15
def deps do
16
[
17
- {:xav, "~> 0.3.0"}
+ {:xav, "~> 0.4.0"}
18
]
19
end
20
```
mix.exs
@@ -8,7 +8,7 @@ defmodule Xav.MixProject do
8
def project do
9
10
app: :xav,
11
- version: "0.3.0",
+ version: "0.4.0",
12
elixir: "~> 1.14",
13
start_permanent: Mix.env() == :prod,
description: "Elixir media library built on top of FFmpeg",
0 commit comments