From 2fd5f46ca5b80a8408951669a5f192ab0148e13b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aled=C5=BA?= Date: Mon, 7 Oct 2024 09:54:23 +0200 Subject: [PATCH] Bump version to 0.5.1 --- README.md | 4 ++-- mix.exs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc21742..b5db410 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -79,4 +79,4 @@ frames = batch = Nx.Batch.concatenate(frames) batch = Nx.Defn.jit_apply(&Function.identity/1, [batch]) Nx.Serving.run(serving, batch) -``` \ No newline at end of file +``` diff --git a/mix.exs b/mix.exs index fe07859..f26d77e 100644 --- a/mix.exs +++ b/mix.exs @@ -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