From e2ef2ed8b3da013887f4b6381b77bd8b24538ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aled=C5=BA?= Date: Mon, 25 Nov 2024 11:05:08 +0100 Subject: [PATCH] Bump version to 0.8.0 --- README.md | 2 +- mix.exs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81a4715..e2d3b64 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.7.0"}, + {:xav, "~> 0.8.0"}, # Add Nx if you want to have Xav.Frame.to_nx/1 {:nx, ">= 0.0.0"} ] diff --git a/mix.exs b/mix.exs index 5fd12ba..dfec97c 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule Xav.MixProject do use Mix.Project - @version "0.7.0" + @version "0.8.0" @source_url "https://github.com/elixir-webrtc/xav" def project do