Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed Aug 12, 2024
1 parent e815c06 commit 803c9df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Make sure you have installed FFMpeg (ver. 4.x - 7.x) development packages on you
```elixir
def deps do
[
{:xav, "~> 0.4.0"}
{:xav, "~> 0.5.0"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
defmodule Xav.MixProject do
use Mix.Project

@version "0.4.0"
@version "0.5.0"
@source_url "https://github.com/elixir-webrtc/xav"

def project do
[
app: :xav,
version: "0.4.0",
version: @version,
elixir: "~> 1.14",
start_permanent: Mix.env() == :prod,
description: "Elixir audio/video library built on top of FFmpeg",
Expand Down

0 comments on commit 803c9df

Please sign in to comment.