From 47d03ca9363a909f56b7b08854668964170bd9b2 Mon Sep 17 00:00:00 2001 From: Leleat Date: Sun, 11 Aug 2024 17:47:48 +0200 Subject: [PATCH] chore: update metadata.json for GNOME 47 From testing in a VM (Fedora Rawhide) with GNOME Shell 47.alpha, it appears the extension is working just fine. So just update metadata.json. Also drop support for GNOME 45 and 46 from metadata.json since I plan to merge some MRs that are incompatible with (semantic) versioning for older releases. I will instead create branches for the older versions and cherry-pick bug fixes. --- tiling-assistant@leleat-on-github/metadata.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tiling-assistant@leleat-on-github/metadata.json b/tiling-assistant@leleat-on-github/metadata.json index e2c11bb..c8a2f28 100644 --- a/tiling-assistant@leleat-on-github/metadata.json +++ b/tiling-assistant@leleat-on-github/metadata.json @@ -2,8 +2,7 @@ "description": "Expand GNOME's 2 column tiling and add a Windows-snap-assist-inspired popup...", "name": "Tiling Assistant", "shell-version": [ - "45", - "46" + "47" ], "url": "https://github.com/Leleat/Tiling-Assistant", "uuid": "tiling-assistant@leleat-on-github",