Skip to content

Commit

Permalink
Bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed Oct 7, 2024
1 parent 9badc1d commit 2fd5f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.5.0"}
{:xav, "~> 0.5.1"}
]
end
```
Expand Down Expand Up @@ -79,4 +79,4 @@ frames =
batch = Nx.Batch.concatenate(frames)
batch = Nx.Defn.jit_apply(&Function.identity/1, [batch])
Nx.Serving.run(serving, batch)
```
```
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Xav.MixProject do
use Mix.Project

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

def project do
Expand Down

0 comments on commit 2fd5f46

Please sign in to comment.