From d53ed620917c232cbed69fe7871af1cb40f93492 Mon Sep 17 00:00:00 2001 From: Daniel Sheeler Date: Tue, 20 Aug 2024 20:39:37 -0500 Subject: [PATCH] Add version to metadata.json --- metadata.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.json b/metadata.json index 80b1167..93b3175 100644 --- a/metadata.json +++ b/metadata.json @@ -10,5 +10,6 @@ "shell-version": ["46"], "uuid": "CoverflowAltTab@palatis.blogspot.com", "description": "Replacement of Alt-Tab, iterates through windows in a cover-flow manner.", - "url": "https://github.com/dsheeler/CoverflowAltTab" + "url": "https://github.com/dsheeler/CoverflowAltTab", + "version": 74 }