From 92d15c8e7c4e35bf361bd53e56259d3f9be045a1 Mon Sep 17 00:00:00 2001 From: Sludge <96552222+SludgePhD@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:23:58 +0100 Subject: [PATCH] 0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 733a596..eaf1851 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fev" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "0BSD" description = "High-level VA-API bindings"