From 3ce3f5a906831b38db8bd03c21d1c2b36b437d53 Mon Sep 17 00:00:00 2001 From: Alex Saveau Date: Sat, 23 Mar 2024 21:00:27 -0700 Subject: [PATCH] v1.4.6 Signed-off-by: Alex Saveau --- metadata.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index c341351..ce6f8a3 100644 --- a/metadata.json +++ b/metadata.json @@ -1,10 +1,13 @@ { "name": "Clipboard History", - "version": 34, + "version": 35, "uuid": "clipboard-history@alexsaveau.dev", "gettext-domain": "clipboard-history@alexsaveau.dev", "settings-schema": "org.gnome.shell.extensions.clipboard-history", "description": "Gnome Clipboard History is a clipboard manager GNOME extension that saves items you've copied into an easily accessible, searchable history panel.", "url": "https://github.com/SUPERCILEX/gnome-clipboard-history", - "shell-version": ["45"] + "shell-version": [ + "45", + "46" + ] }