From 09bd667b778044c5cb49fba5764aa27a355c64d0 Mon Sep 17 00:00:00 2001 From: Maximiliano Sandoval Date: Fri, 15 Mar 2024 20:33:27 +0100 Subject: [PATCH] aperture: Release 0.6.1 --- Cargo.lock | 2 +- aperture/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c861db39..d4c679e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" [[package]] name = "aperture" -version = "0.6.0" +version = "0.6.1" dependencies = [ "gst-plugin-gtk4", "gstreamer", diff --git a/aperture/Cargo.toml b/aperture/Cargo.toml index d053bdaa..b5f43c79 100644 --- a/aperture/Cargo.toml +++ b/aperture/Cargo.toml @@ -8,7 +8,7 @@ license = "GPL-3.0-or-later" name = "aperture" repository = "https://gitlab.gnome.org/GNOME/snapshot" documentation = "https://gnome.pages.gitlab.gnome.org/snapshot/doc/aperture" -version = "0.6.0" +version = "0.6.1" rust-version = "1.70" [features] -- GitLab