You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
709 B
32 lines
709 B
From 2e02c7b4fa1fdc426eaef65d3e46ed39e8082655 Mon Sep 17 00:00:00 2001
|
|
From: tigro <arkadiy.sheyn@softline.com>
|
|
Date: Thu, 12 Oct 2023 16:33:31 +0300
|
|
Subject: [PATCH] Bump supported versions
|
|
|
|
---
|
|
metadata.json | 6 ++++--
|
|
1 file changed, 4 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/metadata.json b/metadata.json
|
|
index 8836290..542485a 100644
|
|
--- a/metadata.json
|
|
+++ b/metadata.json
|
|
@@ -2,9 +2,11 @@
|
|
"description": "Disable background menu from popping up",
|
|
"name": "disable background menu",
|
|
"shell-version": [
|
|
- "3.28.4"
|
|
+ "3.28.4",
|
|
+ "40",
|
|
+ "41"
|
|
],
|
|
"url": "",
|
|
"uuid": "disable-background-menu@git.wongwanchap.mo",
|
|
"version": 1
|
|
-}
|
|
\ No newline at end of file
|
|
+}
|
|
--
|
|
2.41.0
|
|
|