Skip to content

Commit 46ee38e

Browse files
committed
Bump version to 0.9.0
1 parent f097891 commit 46ee38e

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
@@ -17,7 +17,7 @@ Make sure you have installed FFMpeg (ver. 4.x - 7.x) development packages on you
1717
```elixir
1818
def deps do
1919
[
20-
{:xav, "~> 0.8.1"},
20+
{:xav, "~> 0.9.0"},
2121
# Add Nx if you want to have Xav.Frame.to_nx/1
2222
{:nx, ">= 0.0.0"}
2323
]

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule Xav.MixProject do
22
use Mix.Project
33

4-
@version "0.8.1"
4+
@version "0.9.0"
55
@source_url "https://github.com/elixir-webrtc/xav"
66

77
def project do

0 commit comments

Comments
 (0)