Skip to content

Commit 8d22f81

Browse files
committed
Bump version to 0.4.0
1 parent ffde7ae commit 8d22f81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Make sure you have installed FFMpeg (ver. 7.0) development packages on your syst
1414
```elixir
1515
def deps do
1616
[
17-
{:xav, "~> 0.3.0"}
17+
{:xav, "~> 0.4.0"}
1818
]
1919
end
2020
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ defmodule Xav.MixProject do
88
def project do
99
[
1010
app: :xav,
11-
version: "0.3.0",
11+
version: "0.4.0",
1212
elixir: "~> 1.14",
1313
start_permanent: Mix.env() == :prod,
1414
description: "Elixir media library built on top of FFmpeg",

0 commit comments

Comments
 (0)